heroku push rejected, failed to compile Ruby/rails app
try this,
remove Gemfile.lock
file and do bundle install
, then git add
, git commit
and git push
.
Look though the all of the output that Heroku writes to the console -- your error is likely to be there somewhere. I ran into this and found that the precompile step had failed. That can be run locally as well:
rake assets:precompile