Commit dc2558c5 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #1467 from timothyandrew/patch-1

Added a `migrate` alias.
parents 4154eccb f7fc1643
......@@ -6,6 +6,7 @@ alias sr='ruby script/runner'
alias ssp='ruby script/spec'
alias rdbm='rake db:migrate'
alias rdbtp='rake db:test:prepare'
alias migrate='rake db:migrate && rake db:test:prepare'
alias sc='ruby script/console'
alias sd='ruby script/server --debugger'
alias devlog='tail -f log/development.log'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment