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: (1..100).each do |i| binding.pry puts...
  • May 25, 2022
  • 0 Comments