若是出不來exit!
用pry來啓動rails c
pry -r ./config/environment
調試運行中的
gem 'pry-rails', :group => :development
rails s (不能用thin等)
UAGE:
help
cd Article
cd first
cd name
nesting
exit
ls
ls -h
ls -m
ls -M
ls Array -M
show-doc Article#in_groups_of
show-doc all
show-doc all.in_groups_of
show-method all.in_groups_of
edit-method all.in_groups_of
.ls
.cat Gemfile