Rails newbie here. I\'m trying to deploy my Rails 3.1/Ruby 1.9.3-p0 app to Heroku and have followed all the steps according to Heroku. But I keep running into:
Herok
I have encountered a similar rejection. What worked for me was reinitializing the .git file.
Try in the command line:
rm -rf .git git init git add . git commit -am "Reinitialize" heroku create --stack cedar git push heroku master