Debug Rails issues effectively with tapping_device
tapping_device lets you inspect your program’s behavior without adding any breakpoints or puts
-ish methods. In this post, the gem’s author walks through using it to find the cause of a real-world Rails issue in less than an hour.