Created
July 18, 2014 14:50
-
-
Save hectorperez/090077a28d1bd9e0d4c6 to your computer and use it in GitHub Desktop.
binding.pry instead of debugger
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
binding.pry instead of debugger | |
#Gemfile | |
group :test, :development do | |
gem "pry-rails" | |
gem "pry-byebug" | |
? gem "binding_of_caller" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment