Skip to content

Commit

Permalink
Merge pull request ohmyzsh#1146 from westonplatter/master
Browse files Browse the repository at this point in the history
[rails3 plugin], add, rgm = rails generate migration
  • Loading branch information
robbyrussell committed Jun 13, 2012
2 parents 2946630 + 477e81e commit 21de917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.textile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
A handful of functions, auto-complete helpers, and stuff that makes you shout...


bq. "OH MY ZSHELL!"

h2. Setup
Expand Down
1 change: 1 addition & 0 deletions plugins/rails3/rails3.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ alias rd='_rails_command destroy'
alias rdb='_rails_command dbconsole'
alias rdbm='rake db:migrate db:test:clone'
alias rg='_rails_command generate'
alias rgm='_rails_command generate migration'
alias rp='_rails_command plugin'
alias ru='_rails_command runner'
alias rs='_rails_command server'
Expand Down

0 comments on commit 21de917

Please sign in to comment.