In my Rails projects I invariably end up using the fantastic whenever gem to schedule cron tasks a project may require. With the whenever gem one can configure scheduled tasks using its DSL, e.g. : every 1.day, at: ‘4pm’ do
In my Rails projects I invariably end up using the fantastic whenever gem to schedule cron tasks a project may require. With the whenever gem one can configure scheduled tasks using its DSL, e.g. : every 1.day, at: ‘4pm’ do