After updating to Rails 4, I\'m trying to start the server, but it won\'t start. Simply put, the application doesn\'t seem to get \"detected\", like there is no application in t
If your bin folder is already in place, you may just need to run bundle install first. This solved the problem for me after cloning a repo that was working perfectly on another machine.