Our Blog
Thoughts on business, design and development
Tags
Browse by topic
Newsletters
ruby on rails
photos
javascript
css
tutorial
design
resources
google
charts
graphs
Web 2
cron jobs
email
Web Marketing
SEO
Graphic Design
Constant Contact
cms
spam
Business Networking
Virtual
Goleta Valley Chamber
Recurring tasks in Ruby on Rails using runner and cron jobs
Posted Thu Jul 03 at 03:08 PM
by Kip
— 21 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.