Created
April 8, 2012 16:10
-
-
Save chip/2338199 to your computer and use it in GitHub Desktop.
Pry as the rails console
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Gemfile | |
| gem 'pry', :group => :development | |
| # config/environments/development.rb | |
| silence_warnings do | |
| require 'pry' | |
| IRB = Pry | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment