Skip to content

Instantly share code, notes, and snippets.

@kagemusha
Created February 1, 2012 05:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kagemusha/1715379 to your computer and use it in GitHub Desktop.
Save kagemusha/1715379 to your computer and use it in GitHub Desktop.
Heroku Rails Cedar Commands
Database (PG):
reset db: heroku pg:reset DATABASE_URL
- type exactly like this DATABASE_URL is assigned by Heroku
- will ask you to confirm your app db)
db:* heroku run rake db:*
- e.g. heroku run rake db:migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment