1
0
Fork 0
mirror of https://github.com/pry/pry-rails.git synced 2022-11-09 12:36:03 -05:00
Rails >= 3 pry initializer
Find a file
Robin Wenglewski 61fd6842f1 initial commit
2011-08-27 12:50:23 +02:00
lib initial commit 2011-08-27 12:50:23 +02:00
.gitignore initial commit 2011-08-27 12:50:23 +02:00
Gemfile initial commit 2011-08-27 12:50:23 +02:00
pry-rails.gemspec initial commit 2011-08-27 12:50:23 +02:00
Rakefile initial commit 2011-08-27 12:50:23 +02:00
Readme.textile initial commit 2011-08-27 12:50:23 +02:00

Avoid repeating yourself, use pry-rails instead of copying the initializer to every rails project. Add this line to your gemfile:

bc. gem 'pry-rails', :git => 'git://github.com/rweng/pry-rails.git', :group => :development

@bundle install@ and enjoy pry.