Commit 8cd1b21b authored by Alexey Poimtsev's avatar Alexey Poimtsev
Browse files

Update rails4.plugin.zsh

added alias for rake db:create
parent f4b12321
......@@ -22,6 +22,7 @@ alias rs='_rails_command server'
alias rsd='_rails_command server --debugger'
alias devlog='tail -f log/development.log'
alias rdm='rake db:migrate'
alias rdc='rake db:create'
alias rdr='rake db:rollback'
alias rds='rake db:seed'
alias rlc='rake log:clear'
......
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