Skip to content

Instantly share code, notes, and snippets.

@mistersourcerer
Forked from guilhermesilveira/gist:3315116
Created August 10, 2012 18:12
Show Gist options
  • Save mistersourcerer/3316290 to your computer and use it in GitHub Desktop.
Save mistersourcerer/3316290 to your computer and use it in GitHub Desktop.
heroku does not love me anymore
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
@ideamonk
Copy link

Much neater :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment