Skip to content

Instantly share code, notes, and snippets.

@robinsound
Created July 2, 2013 21:35
Show Gist options
  • Save robinsound/5913385 to your computer and use it in GitHub Desktop.
Save robinsound/5913385 to your computer and use it in GitHub Desktop.
Command rake to tell you all tasks available
# rake -T, --tasks [PATTERN] Display the tasks (matching optional PATTERN) with descriptions, then exit.
rake -T
# here is a sample result of the command rake tasks
# ---
rake about # List versions of all Rai...
rake airbrake:deploy # Notify Airbrake of a new...
rake airbrake:heroku:add_deploy_notification # Install Heroku deploy no...
rake airbrake:test # Verify your gem installa...
rake assets:clean # Remove compiled assets
rake assets:precompile # Compile all the assets n...
rake db:create # Create the database from...
rake db:drop # Drops the database using...
rake db:fixtures:load # Load fixtures into the c...
rake db:migrate # Migrate the database (op...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment