Merge pull request #1146 from westonplatter/master
[rails3 plugin], add, rgm = rails generate migration
This commit is contained in:
commit
21de917d3b
@ -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
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user