Added some aliases at rails3 plugin

This commit is contained in:
tinogomes 2012-01-28 14:52:36 -02:00
commit 2345731652

View file

@ -24,3 +24,9 @@ alias rdr='rake db:rollback'
alias -g RET='RAILS_ENV=test' alias -g RET='RAILS_ENV=test'
alias -g REP='RAILS_ENV=production' alias -g REP='RAILS_ENV=production'
alias -g RED='RAILS_ENV=development' alias -g RED='RAILS_ENV=development'
alias rspec='_run-with-bundler rspec'
alias cuke='_run-with-bundler cucumber'
alias routes='_run-with-bundler rake routes'
alias groutes='routes | grep'