
On Rails
On Rails invites Rails developers to share real-world technical challenges and solutions, architectural decisions, and lessons learned while building with Rails. Through technical deep-dives and retrospectives with experienced engineers in the Rails community, we explore the strategies behind building and scaling Rails applications.
Hosted by Robby Russell of Planet Argon.
On Rails
Jean Boussier & IO-Bound Misconceptions
Jean Boussier, Senior Staff Engineer at Shopify and member of the Rails Core team, joins Robby to dig into the performance realities behind modern Rails apps.
They explore what it means to be IO-bound or CPU-bound, how Ruby’s Global VM Lock affects concurrency, and why "fast" is too vague to be useful. Jean explains why instrumentation is often the missing piece and shares thoughtful approaches to using background jobs with intention.
They also talk about gem dependencies. The gems in your `Gemfile` are not magic. If your app depends on them, you should understand them. You can read the code. You can patch it. You can make it your own.
This episode is a reminder that Rails is not a black box. It is a system you can study, shape, and improve. The more you learn how it works, the more confidently you can build with it.
🔗 References & Resources Mentioned
- 📖 Crafting Interpreters – A book Jean recommends for understanding how interpreters and Ruby internals work
- 🧵 GVL Tools (Shopify gem) – A tool for measuring thread contention in Ruby apps
- 📊 AppSignal – Monitoring platform that integrates with GVL instrumentation
- 🚢 ShipIt Engine – Shopify’s open-source deployment tool
- 🔒 Ruby’s Global VM Lock – Overview of what the GVL is and how it works
- 🦄 Unicorn – A classic preforking Ruby web server
- 🐆 Puma – A multi-threaded Ruby/Rack web server
- 🔀 Pitchfork – Shopify’s fork of Unicorn, optimized for their infrastructure
- ⚙️ ActiveRecord Async Queries – Jean’s Rails Core contribution for backgrounding slow queries
- 🔗 GraphQL – Used at Shopify to structure and query API data
On Rails is a podcast focused on real-world technical decision-making, exploring how teams are scaling, architecting, and solving complex challenges with Rails.
On Rails is brought to you by The Rails Foundation, and hosted by Robby Russell of Planet Argon.