Merge pull request #1146 from westonplatter/master

[rails3 plugin], add, rgm = rails generate migration
This commit is contained in:
Robby Russell 2012-06-13 12:30:40 -07:00
commit 21de917d3b
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
A handful of functions, auto-complete helpers, and stuff that makes you shout... A handful of functions, auto-complete helpers, and stuff that makes you shout...
bq. "OH MY ZSHELL!" bq. "OH MY ZSHELL!"
h2. Setup h2. Setup

View File

@ -13,6 +13,7 @@ alias rd='_rails_command destroy'
alias rdb='_rails_command dbconsole' alias rdb='_rails_command dbconsole'
alias rdbm='rake db:migrate db:test:clone' alias rdbm='rake db:migrate db:test:clone'
alias rg='_rails_command generate' alias rg='_rails_command generate'
alias rgm='_rails_command generate migration'
alias rp='_rails_command plugin' alias rp='_rails_command plugin'
alias ru='_rails_command runner' alias ru='_rails_command runner'
alias rs='_rails_command server' alias rs='_rails_command server'