A plugin for creating psuedo-scheduled jobs in Ruby on Rails.
To get yourself rolling:
sudo gem install daemons
./script/generate daemon
Then insert your code in the lib/daemons/
Individual control script:
./lib/daemons/
_ctl [start|stop|restart]
App-wide control script (I add this to my capistrano recipe’s after_restart task):
./script/daemons [start|stop|restart]