daemon_generator icon indicating copy to clipboard operation
daemon_generator copied to clipboard

Doesn't work with Ruby 1.9.2 - Rails 3.0.5

Open ckarbass opened this issue 13 years ago • 3 comments

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

ckarbass avatar Mar 27 '11 21:03 ckarbass

Have the same issues with 1.9.2 and rails 3.0.7, did you get this solved?

joecairns avatar Jun 09 '11 16:06 joecairns

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

ckarbass avatar Jun 09 '11 22:06 ckarbass

Thanks, yeah, I ended up making a rake task and bypassed daemons altogether.

joecairns avatar Jun 20 '11 01:06 joecairns