但我也想创建一个rake任务来运行它,所以我可以安排它自动运行一晚.
有什么办法吗?
task :reports => :environment do ... # Do stuff with your models. end