RailsCasts Pro episodes are now free!

Learn more or hide this

Doug Headley's Profile

GitHub User: voodoologic

Site: http://DouglasHeadley.com

Comments by Doug Headley

Avatar

Hey guys,

if you find that you have rails 3 gems conflicting with your script/generate daemon mailer...
error like: http://pastie.org/1736483

Then this version of the plugin will work for you: https://github.com/jmazzi/daemon_generator
You can also solve the problem by implementing bundler into your rails 2.3.X application:
http://ryanbigg.com/2010/08/three-dot-oh/

I got it working using the first technique and didn't bother to try the second. happy coding!