Cron Jobs

Just what you're looking for.

Recurring tasks in Ruby on Rails using runner and cron jobs

Posted Thu Jul 03 at 03:08 PM by Kip9 comments

If you have a website that has a need for nightly database maintenance, Rails provides a very simple solution for interacting with your application on a recurring schedule. It's a script called "runner" and is amazingly simple to use.