Elliot
Elliot

Reputation: 13845

Solutions for cron jobs in rails3

I'm trying to log some data daily, automatically in my rails app. I was wonder if anyone knows a good solution for this? I found https://github.com/javan/whenever, but I wanted to make sure I knew of all the options before I chose.

Thanks!

Elliot

Upvotes: 6

Views: 1965

Answers (1)

Pan Thomakos
Pan Thomakos

Reputation: 34350

I really like whenever - it's a great Gem and I have used it in production.

There is also a good Railscasts episode about it:

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

Upvotes: 6

Related Questions