\'I have set up a cron with wehenever, but its not working. I tried to run the command manually and i get the error /bin/bash: bin/rails: Permission denied
.
i had the same problem and solved this as follows:
(iam work with rvm and my */bin/rails has already +rx privileges)
As you can see in whenever-github you can change job_type within config/schedule.rb
job_type :runner, "cd :path && /other-path/path-x/bin/rails runner -e :environment ':task' :output"