daemon_generator
daemon_generator copied to clipboard
Doesn't work with Ruby 1.9.2 - Rails 3.0.5
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
Have the same issues with 1.9.2 and rails 3.0.7, did you get this solved?
I bypassed the generator and just used the daemon gem directly.
On Thu, Jun 9, 2011 at 9:17 AM, joecairns < [email protected]>wrote:
Have the same issues with 1.9.2 and rails 3.0.7, did you get this solved?
Reply to this email directly or view it on GitHub: https://github.com/dougal/daemon_generator/issues/6#comment_1335297
Thanks, yeah, I ended up making a rake task and bypassed daemons altogether.