PROTIP
Don’t redeploy to Heroku see changes
If change your Procfile
, Gemfile, or other files, then commit, and then redeploy, this takes too long to debug an issue.
Plus, your commit history looks crazy!
Solution
- Use
heroku run bash
- Copy/paste these lines to install vim from this gist. Or find some other editor for Heroku.
- Edit your Procfile, Gemfile, etc. and try again!