Hello! I'm Ross. I build web apps.

My name is Ross Kaffenberger.

I share what I learn about building software with Ruby on Rails.

Check out my old posts, series, talks, and projects. You can also connect with me on GitHub, Twitter, and Medium.

Prior to Ruby 2.2, debugging stack overflow errors can be painful because most of the backtrace is swallowed in the output. Learn a quick workaround with Kernel.set_trace_func.