I\'m using Pry with my Rails application. I set binding.pry inside a loop in my model to try and debug a problem. For example:
binding.pry
(1..100).each do
Use
disable-pry
To renable, add this to your controller
ENV['DISABLE_PRY'] = nil