Created
August 10, 2012 15:40
heroku does not love me anymore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# updated from https://gist.github.com/3316290 | |
rm -rf xpto | |
rails _3.2.8_ new xpto -d postgresql --skip-bundle | |
cd xpto | |
bundle install | |
git init | |
git add . | |
git commit -m "first commit" | |
heroku create | |
git push heroku master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
update: just created a new repo with rails 3.2.8, no problems at all now.