\'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.
/bin/bash: bin/rails: Permission denied
Try to make bin/rails executable:
chmod u+x bin/rails
This is, of course, assuming that bin/rails is owned by the crontab's user.