this gist enables simple support for loading pry console within rails application ,
instead of typing
my-rails-project$ pry -r ./config/environment
just type
my-rails-project$ rails p
just replace script/rails with the content of rails/pry gist
...
read more