I am trying to push a rails application to heroku.
When I get to the last step:
git push heroku master
It doesn\'t work and gives m
Got the same problem under windows following one of the guides on ror site. After making everything like here http://devcenter.heroku.com/articles/quickstart it was solved.
Seems like problem was because of missing two lines.
cd myapp
git init