gnufied/backgroundrb

rails 3 support

Opened this issue · 2 comments

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

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

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