Does whenever gem work in Rails 3

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

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

No idea, never tried, but if I wanted to know, the first thing I would
do
would be to install the gem and try it out in a simple rails3 app :slight_smile:

Hint: there’s a nugget of info on the github page which should help you
out.

use resque gem. it works like charm (rails3)

tom

On Jul 11, 2012, at 12:04 , paul h wrote:

Hint: there’s a nugget of info on the github page which should help you out.


You received this message because you are subscribed to the Google G. “Ruby
on Rails: Talk” group.
To view this discussion on the web visit
https://groups.google.com/d/msg/rubyonrails-talk/-/zUrC6aDgFy0J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en-US.

Tomas Meinlschmidt, MS {MCT, MCP+I, MCSE, AER}, NetApp Filer/NetCache

www.meinlschmidt.com www.maxwellrender.cz www.lightgems.cz

Agreed -

Redis/Resque with ‘resque_mailer’ is your best bet for that app.

-kevin

On Wed, Jul 11, 2012 at 6:14 AM, Tom M.