Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
21de917d
Commit
21de917d
authored
Jun 13, 2012
by
Robby Russell
Browse files
Merge pull request #1146 from westonplatter/master
[rails3 plugin], add, rgm = rails generate migration
parents
2946630a
477e81e3
Changes
2
Show whitespace changes
Inline
Side-by-side
README.textile
View file @
21de917d
A handful of functions, auto-complete helpers, and stuff that makes you shout...
bq. "OH MY ZSHELL!"
h2. Setup
...
...
plugins/rails3/rails3.plugin.zsh
View file @
21de917d
...
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment