gnufied / backgroundrb

A Ruby/Rails job server and scheduler
http://backgroundrb.rubyforge.org
Other
214 stars 40 forks source link

rails 3 support #7

Open bitcoiners opened 14 years ago

bitcoiners commented 14 years ago

What is the status and plans for Rails 3 compatibility of backgroundrb?

aleksclark commented 13 years ago

Got it working in rails3. Things to do:

replace RAILS_ROOT with ::Rails.root.to_s in rake tasks

replace "directory" with ::Rails.root.to_s in init.rb

put chronic and packet in your gemfile

aleksclark commented 13 years ago

scratch that. was unable to namespace the generator properly, gave up, using chron :P