mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Rails Migrations support
This commit is contained in:
parent
68a2726080
commit
2d8b77fdb6
1 changed files with 2 additions and 0 deletions
|
|
@ -17,3 +17,5 @@ alias rp='_rails_command plugin'
|
||||||
alias rs='_rails_command server'
|
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 rdr='rake db:rollback'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue