RailsCasts Pro episodes are now free!

Learn more or hide this

Joe Van Dyk's Profile

GitHub User: joevandyk

Site: http://pinkpucker.net

Comments by Joe Van Dyk

Avatar

resque needs redis running all the time. that's the daemon in question. queue_classic only needs the database.

Avatar

premailer can generate plain-text emails.

Avatar

We just went through the painful process of sending fancy html emails on Rails 3.1 a month ago. The CSS in our emails even have media queries so they look right on mobile devices. We used premailer-rails3, but it needed a lot of patching before it worked properly.

Our post about it is here: http://joevandyk.com/post/12980661035/fancy-html-emails-with-rails-3-1