Created
August 10, 2012 15:40
-
-
Save guilhermesilveira/3315116 to your computer and use it in GitHub Desktop.
heroku does not love me anymore
This file contains 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 |
Just tried 3.2.7 too -> fail. I don't think there was a change that I could've missed. Tried from new accounts and new machines too !
I have the same error with 3.2.6, 3.2.7, 3.2.8 with new repos. An old one with 3.2.6 works fine, but cannot create any new one at the moment. I have a ticket open at support too... let's see what happens.
well, tried to push right now and it worked with rails 3.2.6!
update: just created a new repo with rails 3.2.8, no problems at all now.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was using 3.2.3 and had the issue so I updated to 3.2.8... not a minor rails update issue. I've opened a ticket at support, lets see...
thanks!