Update rails4.plugin.zsh
added alias for rake db:create
This commit is contained in:
parent
f4b12321a9
commit
8cd1b21b93
1 changed files with 2 additions and 1 deletions
|
@ -22,8 +22,9 @@ alias rs='_rails_command server'
|
||||||
alias rsd='_rails_command server --debugger'
|
alias rsd='_rails_command server --debugger'
|
||||||
alias devlog='tail -f log/development.log'
|
alias devlog='tail -f log/development.log'
|
||||||
alias rdm='rake db:migrate'
|
alias rdm='rake db:migrate'
|
||||||
|
alias rdc='rake db:create'
|
||||||
alias rdr='rake db:rollback'
|
alias rdr='rake db:rollback'
|
||||||
alias rds='rake db:seed'
|
alias rds='rake db:seed'
|
||||||
alias rlc='rake log:clear'
|
alias rlc='rake log:clear'
|
||||||
alias rn='rake notes'
|
alias rn='rake notes'
|
||||||
alias rr='rake routes'
|
alias rr='rake routes'
|
||||||
|
|
Loading…
Reference in a new issue