Skip to content

Instantly share code, notes, and snippets.

@qcam
Created May 3, 2014 00:36
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 qcam/11489546 to your computer and use it in GitHub Desktop.
Save qcam/11489546 to your computer and use it in GitHub Desktop.
Some Heroku helpful commands

Some Heroku commands

Open the bash shell

heroku run bash

Open Rails console

heroku run console

Reset PG Database

heroku pg:reset DATABASE_URL

Run rake tasks

heroku run rake [your-rake-task]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment