Today I learned
  • Home
  • Github
  • Linkedin
  • Nomad Life(Travel Blog)
Subscribe
Tagged

heroku

A collection of 1 post

git

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

Rails apps with version 4 or above has some files under the bin folder namely bundle, rails, rake, setup, spring. But since I had bin folder gitignored, these files dint make it to heroku. To fix this: Remove bin from ~/.gitignore Run bundle install or rake rails:update:bin Commit

  • Manu S Ajith
Manu S Ajith Jul 20, 2015 • 1 min read
Today I learned © 2022
Powered by Ghost