Skip to content

Commit

Permalink
Merge pull request ohmyzsh#666 from szetobo/rails_runner
Browse files Browse the repository at this point in the history
add rails runner alias
  • Loading branch information
eddorre committed Jan 27, 2012
2 parents 8769e5f + 35d89ab commit 3629270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/rails/rails.plugin.zsh
Expand Up @@ -2,6 +2,7 @@ alias ss='thin --stats "/thin/stats" start'
alias sg='ruby script/generate'
alias sd='ruby script/destroy'
alias sp='ruby script/plugin'
alias sr='ruby script/runner'
alias ssp='ruby script/spec'
alias rdbm='rake db:migrate'
alias sc='ruby script/console'
Expand Down
1 change: 1 addition & 0 deletions plugins/rails3/rails3.plugin.zsh
Expand Up @@ -14,6 +14,7 @@ alias rdb='_rails_command dbconsole'
alias rdbm='rake db:migrate db:test:clone'
alias rg='_rails_command generate'
alias rp='_rails_command plugin'
alias ru='_rails_command runner'
alias rs='_rails_command server'
alias rsd='_rails_command server --debugger'
alias devlog='tail -f log/development.log'
Expand Down

0 comments on commit 3629270

Please sign in to comment.