Skip to content

Instantly share code, notes, and snippets.

@randyjhunt
Created January 4, 2009 23:20
Show Gist options
  • Save randyjhunt/43211 to your computer and use it in GitHub Desktop.
Save randyjhunt/43211 to your computer and use it in GitHub Desktop.
# common Rake commands
# run migrations
rake db:migrate
# copy the database
rake db:test:clone_structure
# display all application routes
rake routes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment