http://stackoverflow.com/questions/9482298/rails-cron-whenever-bundle-command-not-found
You can also ensure your PATH ends up in the crontab, by putting the following at the top of the schedule.rb file:
env :PATH, ENV[‘PATH’]
あと、ログを取るためにもwheneverの反映方法も下記の様にした方がいい。
whenever –update-crontab “あなたのrailsアプリの名前” –set ‘environment=production&cron_log=/tmp/app_log.log’
コメント