I am trying to use whenever to execute a rake task onces a day. Im getting this error
/bin/bash: bundle: command not found /home/app/.rvm/rubies/ruby-1.9.2-p
Forget about PATH settings in cron files. Setting the PATH does not work.
Set the path to bundle explicitly in your config/schedule.rb
set :bundle_command, "/usr/local/bin/bundle"