Skip to content

Instantly share code, notes, and snippets.

@lightscalar
Created February 10, 2012 00:07
Show Gist options
  • Save lightscalar/1784608 to your computer and use it in GitHub Desktop.
Save lightscalar/1784608 to your computer and use it in GitHub Desktop.
Find all the rake tasks...

To find all rake tasks that are available:

rake -P | grep rake

If you want to reset the database (migrations & all), for example:

rake db:migrate:reset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment