Non-Traditional Ways of Thinking About Targeting on Inbound.org

Fresh mental models to help with finding the right targeting for your online advertising.


More Articles: Click here for full archive

Debugging Rails with Pry Console

Tips and tricks for snooping about your codebase with the Pry console. You'll learn how to view the source code of ANY method on demand, see global variables, or change "self" to another object.


Debugging Rails with Custom Instrumentation

Why settle with the debugging tools built into Rails? Why not create your own custom tools to ease the load?


Debugging Rails with Git

Source control software gives us a unique insight into changes in code and the human intention behind them.