Skip to content

Instantly share code, notes, and snippets.

@stevenyap
Last active December 25, 2015 20:59
Show Gist options
  • Save stevenyap/7039183 to your computer and use it in GitHub Desktop.
Save stevenyap/7039183 to your computer and use it in GitHub Desktop.
List of useful rake commands
rake notes # shows TODO list

rake routes # See routing rules

rake -T # Shows all rake tasks including your custom ones

rake stats # see all the stats of your code (FUN!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment