Displaying 1 result from an estimated 1 matches for "001_create_schedules".
2008 Mar 27
2
rake only works once from rails
posted this on Ruby forum, no luck there -
maybe a Railser has dealt with this issue...
I''ve made a rake task that I''m running from my rails, and it works - but
only once. If I then restart the server (mongrel) it works again - once.
I can simulate this in the console session as shown...
q = Rake::Task["cache_sweeper"]
=> <Rake::Task cache_sweeper =>