Public list by ~rubyweekly

Issue 805 - 41M requests/hour on Rails

rv plan and progress update

https://andre.arko.net/2026/06/13/rv-plan-and-progress/

The Plan for rv and a Progress Update — Inspired by Python’s uv, rv is a fast Ruby install, gem, and project manager built by several prominent Rubyists. v0.6 landed this week, and things are going well. This post shares some history, progress, and where the team is focusing next.

2 months ago

Need To Scale Your Engineering Team? Staff Augmentation by FastRuby.io

https://go.fastruby.io/wjb

Hiring Rails Engineers Takes Months. We Start Next Week! — Since '17, teams have trusted us to upgrade Rails. The same engineers are now available for staff augmentation: shipping features, squashing bugs, and reviewing the AI-generated PRs piling up in your queue. Skip the 6-month hiring slog. Let's talk. 🚀

#rails upgrade #ruby on rails upgrade #upgrade rails #legacy rails #technical debt #rails maintenance

2 months ago

Scaling Rails at Aura Frames: Splitting to 8 Primary DBs and Reaching #1 in the App Store

https://andyatkinson.com/how-aura-frames-scales-for-peak-load-ruby-on-rails

Scaling Rails for a Peak Load of 41M Requests/Hour — A retrospective on how a digital photo-frame service scaled its app for peak load at Christmas. As well as splitting a single primary database into eight, a mix of Rails techniques made it work: native multiple databases, disable_joins, and keyset pagination.

2 months ago

Rails: The Sharp Parts. An Index Is Not a Plan

https://baweaver.com/writing/2026/06/12/rails-sharp-parts-an-index-is-not-a-plan/

Rails, The Sharp Parts: An Index Is Not a Plan — A look at seven ways a database index can go unused without you noticing and, crucially, what to do to make it work as intended.

2 months ago

How I Think About Tests: Skips

https://railsatscale.com/2026-06-08-how-i-think-about-tests-skips/

How I Think About Tests: Skips — When is skipping a test the right move, and when does it erode the signal skips are supposed to provide? A Shopify engineer shares his approach for keeping skips rare and meaningful.

2 months ago

GitHub - chad/turbulence: Hopefully-meaningful metrics

https://github.com/chad/turbulence

Turbulence: Visualize Churn vs Complexity in Your Codebase — Kerri Miller has revived an old project from Chad Fowler (co-creator of RubyGems) that helps you identify prime candidates for refactoring in Ruby projects.

2 months ago

Ruby Monitoring & Error Tracking

https://www.honeybadger.io/for/ruby/

Production Monitoring by Ruby Devs, for Ruby Devs — Our founders built Honeybadger to fix their own production headaches. We think it can fix yours too →

2 months ago

GitHub - yaroslav/kino: A high-performance Ractor web server for Ruby 4.0+: Rack 3-based, with a Rust Tokio/Hyper front-end and Ractor-parallel Ruby workers and threaded fallback mode.

https://github.com/yaroslav/kino

Kino: A High-Perf Ractor-Based Web Server for Ruby 4.0+ — A Rack 3-based server built around Ractors with benchmarks showing huge memory savings and scaling gains versus Puma. It’s very bleeding edge, though, and can only serve Rails apps in a slower, threaded fallback mode.

2 months ago