Part 3 in the series A Comprehensive Guide To Debugging Rails
Rails Debugging with Pry
If you donât yet know what a debugging session is, think of it as opening the Rails console at a chosen point in the execution path.
I assume below that you have installed the Pry-debugger and the pry-stack_explorer gems.
At any point in your source code (including within the downloaded code of the gems included into your Gemfile and conveniently opened in the text editor with bundle open gem_name) you can...
Published on July 21, 2016 16:56