Displaying 20 results from an estimated 53 matches for "lieber".
Did you mean:
liebert
2006 Jan 03
5
Are cache sweepers used?
...s in the IRC channel and finding
zero results on the wiki for ''sweeper'' I''m left to wonder whether
these are actually officially supported, or are on their way toward
being deprecated. Is there a better way of expiring caches on model
saves and deletions?
Sincerely,
Tom Lieber
tom@alltom.com
http://AllTom.com/
2006 Jun 26
4
Migrations and svn branches...
We are currently doing some development on a variety of branches that
each have their own set of migrations (gee, database changes on a
branch? how novel). The problem is with this strictly linear numbering
of the migrations and these alternate branches.
Let''s suppose I have branches/foo that adds two migrations
024_add_foo.rb and 025_refine_foo.rb
and then another branches/bar
2005 Dec 28
6
coverage does not work
Hi,
I''ve installed coverage (gem install coverage) and try to run tests with
-rcoverage option on, but following error occurs:
ruby: No such file to load -- coverage (LoadError)
I try:
ruby -rcoverage mytest.rb
1. I have rubygems in evn var RUBYOPT
2. Gem seems to be installed properly (I can read doc via gems, the files
exist in the ../gem/... dirs)
Does anyone know what is the
2006 Apr 08
2
Does anybody know what what is causing this console message?
This started, I think, after I upgraded to 1.1.
trunk 508 $ruby script/console
Loading development environment.
/usr/local/lib/ruby/1.8/test/unit/assertions.rb:265: warning: already
initialized constant UncaughtThrow
>>
Everything seems to work in the console, however.
Keith
--
Posted via http://www.ruby-forum.com/.
2006 Apr 12
2
RedCloth versus BlueCloth efficiency
Has anyone profiled the performance of RedCloth versus BlueCloth?
I''m starting to realise that RedCloth is a more mature ruby project,
although Markdown the syntax maybe more widespread than Textilize.
Apart from the syntax, does anyone feel they have a preference, in terms
of performance or number of outstanding bugs?
Many thanks in advance.
CHEERS> SAM
1999 Jun 20
2
=?ISO-8859-1?B?QXhlbCBIZWxsbWlnIGlzdCBhdd9lciBIYXVzLg==?=
Ich werde au?er Haus sein von 18-06-99 Bis 28-06-99.
Ich werde Ihre Nachrichten nach meiner R?ckkehr beantworten.
Bitte wenden Sie sich in dringenden F?llen an:
Frank R?seler, Tel: MON 3855
Uwe Spiess, Tel: MON 3743
Guido Zimmermann, Tel: MON 3962
Ferdinand Gro?, Tel: MON 2368
lieber Gru?
Axel Hellmig
2006 Jul 14
5
migration and inserting default data
Hi,
I''m wondering is there a way to load default data in the migration script?
So, for example I''m creating new table to store the order status, I also
want to pre-populate the table with some data from a sql file.
I have done a quick search on the list but cannot find anything.
thanks,
- reynard
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2001 Apr 10
2
wine on Mandrake 7.2
Hi,
I managed to run United Devices client on Redhat 6.1
with wine-20010326 (after applying a patch that was posted
here), but on Mandrake I get errors (below).
It brings up the application, but sometimes gets stuck and
doesn't open a System Tray window, as it does on the RedHat.
(So once you "minimize" the app it's gone for good).
Any help appreciated
Zeev
$
2006 Apr 25
2
School Years/Teams listing problem
People,
I have tables years and teams and I have the years listing like:
1965
1966
1967
.
.
I want to be able to click on the year and ONLY list teams for that
year. At first I thought the following was working until I started
populating the table with teams for more than one year.
For views/years/list.rhtml:
<% for year in @years %>
<tr>
<td>
<%= link_to
1997 Nov 28
1
R-beta: Please help (fwd)
...minal? If yes how can I configure this? I found a variable
X_DISPLAY_MISSING in the 'configure' file. If it is set to 1, will be X
disabled?
Thank you in advance
Dr. Imre Bartfai
University of Pecs, Technical Faculty
Hungary
P.S.: Kann ich evtl. auch Deutsch sprechen? Das waere fuer mich lieber...
Vielen Dank im voraus!
MfG.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subjec...
2005 Nov 26
6
Fuzzy searching
Hi, everyone,
Just wondering if someone had come up with a good way to do fuzzy
searches if you use MySQL as your database (we tried switching to
PostgreSQL, but that ended up adding even more problems). Ferret sounds
great, but reading through the discussion it looks like we need to solve
the problem of write conflicts. I just wrote a post in ruby-talk about
using KirbyBase maybe to solve
2007 Apr 10
10
Could eBay be built with Rails?
My friend and I (both new to RoR) were having a discussion today about
whether or not you could build an exact replica of eBay using on Ruby
on Rails. I think that it could in fact be done, or at least a very
close model of the same concept. My friend seems to think that maybe
in fact, it could not be done.
What are your thoughts? Could an eBay clone be built using only Ruby
on Rails? What do you
2006 Jul 02
11
Rails Plugin: meantime_filter for controllers (actions within blocks)
Hello, I just finished writing a plugin for Rails that I''m annoucing
the first release here: meantime_filter.
It is descibed at http://roman2k.free.fr/rails/meantime_filter/0.1.0/
rdoc/
(See the end of this message for getting it.)
ABOUT THE PLUGIN
It extends ActionController to add the functionnality of having
filters run at the action call time. This new type of filter yields
2006 Jul 23
18
help with "rake db:migrate" error please?
Hi,
Just trying to get my first database based rails app up on
dreamhost.com. The app was working prior to putting in mysql DB usage
but I''m just stuck on getting the app working with mysql. I''ve already
created the database and can connect to it manually.
Below is the error I get after running the rake migrate. It worked OK
on my home PC environment. I did change the
2006 Mar 20
16
logic inside a view file
I am quite certain I have heard it said not to put business logic inside
view code but I have a report that I want to display 3 different
possibilities of text based upon the value of a column. Would I just
take the same type of if/then logic that I would use in a controller and
put it inside erb <%= %> stuff?
Craig
2006 Aug 15
0
BlueCloth throws exceptions! Be careful! (was: auto_link fails to handle tilda''s (~) and markdown fails to handle acute accent (`))
..., if you are using BlueCloth, treat it as unsafe. Catch
exceptions. You''ll save yourself a few frustrating "Application Error"
pages on some of the rare edge cases, and protect yourself from one of
the simplest DoS attacks I''ve seen.
> CHEERS> SAM
Sincerely,
Tom Lieber
http://AllTom.com/
http://GadgetLife.org/
2014 Dec 12
0
Investieren
Hallo lieber,
Guten Tag!
Mein Name ist Ms Jessica Ziegler 43yrs alte, BSC.degree als kauffrau,bin ich momentan hier im UK.Ich schreibe, um Ihre Erlaubnis zu suchen, mit mir, als mein fremder Partner und Fonds-Gesch?ftsf?hrung zu arbeiten,in einen profitablen Unternehmen- Gesch?ft zu investieren, das S...
2014 Dec 12
0
Investieren
Hallo lieber,
Guten Tag!
Mein Name ist Ms Jessica Ziegler 43yrs alte, BSC.degree als kauffrau,bin ich momentan hier im UK.Ich schreibe, um Ihre Erlaubnis zu suchen, mit mir, als mein fremder Partner und Fonds-Gesch?ftsf?hrung zu arbeiten,in einen profitablen Unternehmen- Gesch?ft zu investieren, das S...
2014 Dec 12
0
Investieren
Hallo lieber,
Guten Tag!
Mein Name ist Ms Jessica Ziegler 43yrs alte, BSC.degree als kauffrau,bin ich momentan hier im UK.Ich schreibe, um Ihre Erlaubnis zu suchen, mit mir, als mein fremder Partner und Fonds-Gesch?ftsf?hrung zu arbeiten,in einen profitablen Unternehmen- Gesch?ft zu investieren, das S...
2006 Jun 27
3
Easy question: Where do I put sweepers?
Trying to implement some sweepers to clean up my caching, but where do I
put them?
"ruby script/generate sweeeper" does nothing.
--
Posted via http://www.ruby-forum.com/.