Skip to content

Engineering decisions for mature Rails systems

This blog is about engineering decisions in mature Rails codebases. I write from experience—debugging production issues, simplifying systems, and choosing boring tools that survive.

I am also building RailsRevelry, a publication focused on Rails internals, debugging, and how Rails actually works under the hood.

Featured

rails

Why Your Rails Code Keeps Running After redirect_to

A small Rails debugging note about why redirect_to performs a response but does not stop Ruby control flow.

Recent Posts

All Posts