cheat sheets.

$ cheat rake_details
rake -T db

  to see all rake tasks having the name 'db' in it
  example: rake db:create
           rake db:migrate

rake -D db

  to print out detail description for the tasks having the name 'db' in it


rake --help

  to show the rake help message
Version 5, updated 369 days ago.
. o 0 ( | previous | history | revert to | current | diff )
( add new | see all )