views:

46

answers:

1

Hi

What's the best cron job plugin for Rails, if there is one?

I just want to send an e-mail reminder at midnight every day to people that fall under a certin category.

thanks

+5  A: 

http://github.com/javan/whenever

http://railscasts.com/episodes/164-cron-in-ruby

This is pretty cool.

mark
Seconding "whenever"
rspeicher