My puts Debugging Workflow in Rails Apps
https://pawelurbanek.com/rails-puts-debug
Puts debugging is the best. In this tutorial, I’ll walk you through my workflow for debugging Rails codebases using a custom toolkit inspired by Rust. We will also discuss how to smuggle your debug tools, together with a C extension, through even the most rigorous code review process.
Post a comment