Add back Rails2-compatible console alias 'co'

This commit is contained in:
yan 2012-07-10 09:54:01 -07:00
parent 942b5f2f3b
commit 72b9287f75

View File

@ -101,7 +101,8 @@ alias cl='clear'
alias gz='tar -zcvf'
# Ruby
alias c='pry -r ./config/environment'
alias c='pry -r ./config/environment' # Rails 3
alias co='script/console --irb=pry' # Rails 2
alias ts='thin start'
alias ms='mongrel_rails start'
alias tfdl='tail -f log/development.log'