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
Also, if you're on Rails 3.0 make sure you use the cedar stack
heroku create --stack cedar