“bin/rails: No such file or directory” w/ Ruby 2 & Rails 4 on Heroku

I had this problem also since I upgraded to rails 4.0.0

Run this command

rake rails:update:bin

You can go here for more info
https://devcenter.heroku.com/articles/rails4

Leave a Comment