This question will probably only make sense if you know about the whenever gem for creating cron jobs. I have a task in my schedule.rb like
every 1.day, :at =&g
Watch out if you want to pass more than one param to whenever. You have to do it like that:
whenever --update-crontab appname --set 'environment=production&cron_log=/path/to/log'