Posts Tagged ‘cron’

Executing methods of Rails controllers in Rake tasks

Thursday, February 10th, 2011

I just found myself in need of a cron job that needed to call the same code that a Rails action view is calling in an ApplicationController.... Read More