Skip to content

Instantly share code, notes, and snippets.

@hectorperez
Created July 18, 2014 14:50
Show Gist options
  • Save hectorperez/090077a28d1bd9e0d4c6 to your computer and use it in GitHub Desktop.
Save hectorperez/090077a28d1bd9e0d4c6 to your computer and use it in GitHub Desktop.
binding.pry instead of debugger
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