Merge pull request #112 from mplatts/patch-1

Rails console alias updated for Rails 3
This commit is contained in:
Yan Pritzker 2012-06-13 17:52:13 -07:00
commit f5a378985c

View File

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