How to check all the rake tasks that are available for use
The rails rake command comes with a number of tasks. This tiny command shows you a list of all the rake tasks available and a short description.
rake --tasks
Reference
http://stackoverflow.com/questions/10301794/difference-between-rake-dbmigrate-dbreset-and-dbschemaload