Join guest chef Adam Fernung to build a simple Ruby REPL---and in the process, learn how the Binding class enables dynamic reflection of the current variable scope!
Tag: debugging

Episode #540
Ruby Spelunking
Join guest chef Jordan Raine for a cave-diving expedition into Ruby's runtime reflection, and learn how to map out unfamiliar code WITHOUT having to grep through the source files!

Episode #517: Table Print with Justin Searls
Stop losing time to debugging your Rails application data. Join Justin Searls for a lightning course in using table_print to tighten your feedback loops.

Episode #374: Awesome Print and Rails
Today we'll follow up on episode #372, and introduce some more object pretty-printing capabilities from the awesome_print gem.

Episode #372: Awesome Print
Today we take a lightning tour of a power tool for inspecting Ruby objects.

Episode #327: Tracepoint
Today we take the guesswork out of what happens when Ruby executes a method.

Episode #282: Advanced Audited Predicate
Today we explore some more advanced considerations around the "audited predicate" technique from episode #279