Skip to content

Commit

Permalink
Merge pull request ohmyzsh#1467 from timothyandrew/patch-1
Browse files Browse the repository at this point in the history
Added a `migrate` alias.
  • Loading branch information
robbyrussell committed Dec 5, 2012
2 parents 4154ecc + f7fc164 commit dc2558c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/rails/rails.plugin.zsh
Expand Up @@ -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'
Expand Down

0 comments on commit dc2558c

Please sign in to comment.