127 wires and counting

$ follow Rails

Keep up with Rails in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-07-23
stories 17

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Rails Strips Dead Code, Solid Queue Hardens Tests and Drops Ruby 3.1

By RepoJournal · Filed · About Rails · Composed from the cited sources · methodology

Aaron Patterson is cleaning up Rails internals while Solid Queue fixes flaky CI and raises its minimum Ruby version to 3.2.

The Rails team continues its quiet maintenance cycle with Aaron Patterson removing unused parameters [1] that became dead weight after rewhere support was dropped. In parallel, the documentation push rolls on with Xavier Noria converting DateTime and DateAndTime core extensions from RDoc to Markdown [2] [3], part of the ongoing effort to modernize Rails' reference material. Over in Solid Queue, the team landed a significant stability fix that hardens flaky integration tests by controlling concurrency timing and avoiding primary key reuse from orphaned job writers [4], a production-grade improvement to test reliability. More notably, Solid Queue dropped support for Ruby 3.1 [5], which reached end-of-life in March 2025, letting the team unpin rdoc and simplify the CI matrix. The queue also gained a fix to report rescued recurring enqueue errors to Rails.error [6], closing a gap where database write failures during recurring tasks only produced log lines instead of alerting error subscribers like Sentry.

Quick answers

What shipped in Rails on July 23, 2026?
Aaron Patterson is cleaning up Rails internals while Solid Queue fixes flaky CI and raises its minimum Ruby version to 3.2. In total, 10 commits and 7 pull requests landed.
Who contributed to Rails on July 23, 2026?
6 developers shipped this update, including Aaron Patterson, Xavier Noria, rafael-pissardo, Rosa Gutierrez, Joé Dupuis, and dependabot.
What were the notable Rails updates?
Merge pull request #58214 from tenderlove/rm-rest, RDoc to Markdown in DateTime core extensions, and RDoc to Markdown in DateAndTime core extensions.