Manage cron from rails
Friday, June 29th, 2007I needed to setup some caching and database updating that will run once a day on our ruby on rails application.
I found this link, which gave three different approaches - all of which I didn’t like.
A quick and dirty yet tried and true method is to use cron to call wget on a controller [...]
