Posts Tagged ‘deployment’

My cron jobs and rake tasks won’t write to the Rails log file

Posted by Rahoul Baruah on June 1st, 2009 under General, Ruby on Rails and Software Development Tags: , , ,  •  Comments Off

A project I’ve been working on was recently moved up to Rails 2.2 (Rails 2.3 migration coming soon, but we wanted to take things one step at a time).
All the tests passed. Poking it on the staging server worked well. On to production and all was good.
Time passed. [...]