Here's my Rails hackathon project from the weekend.
Checkpoint Rails records all of the critical method calls within your app, along with their important context (param/argument/return/local variable values).
You no longer need to debug with binding.pry or puts statements, as the entire call-stack for a given request is captured and presented in a consolidated timeline.
3 comments
[ 1.7 ms ] story [ 20.3 ms ] threadCheckpoint Rails records all of the critical method calls within your app, along with their important context (param/argument/return/local variable values).
You no longer need to debug with binding.pry or puts statements, as the entire call-stack for a given request is captured and presented in a consolidated timeline.