daemon_generator
daemon_generator copied to clipboard
A plugin for creating psuedo-scheduled jobs in Ruby on Rails.
just noticed that the documentation was out of date, may as well update to Rails 3 syntax
The daemon runs, but if i I access active record it blows up. The complete issue is outlined here: http://stackoverflow.com/questions/5441221/custom-daemon-with-rails-3
with Kozy's new branch I tried to generate a daemon but failed since Rails 3 doesn't accept "script" command as below any longer. I installed it using "rails plugin install...