[Rails] Does whenever gem work in Rails 3

2012-07-11 Thread honey ruby
Hi i want to send mails by scheduling it. i found whenever gem but i wanna know is does it work in rails3 Thanks in advance -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To view this discussion on the web visit

Re: [Rails] Does whenever gem work in Rails 3

2012-07-11 Thread Tom Meinlschmidt
use resque gem. it works like charm (rails3) tom On Jul 11, 2012, at 12:04 , paul h wrote: On Wednesday, July 11, 2012 9:24:14 AM UTC+1, honey ruby wrote: Hi i want to send mails by scheduling it. i found whenever gem but i wanna know is does it work in rails3 Thanks in advance

Re: [Rails] Does whenever gem work in Rails 3

2012-07-11 Thread Kevin Bedell
Agreed - Redis/Resque with 'resque_mailer' is your best bet for that app. https://github.com/zapnap/resque_mailer -kevin On Wed, Jul 11, 2012 at 6:14 AM, Tom Meinlschmidt to...@meinlschmidt.com wrote: use resque gem. it works like charm (rails3) tom On Jul 11, 2012, at 12:04 , paul h