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-30
stories 51

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

RAILS PATCHES LIBVIPS IMAGE VULNERABILITY ACROSS THREE VERSIONS

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

Rails shipped emergency updates to 7.2, 8.0, and 8.1 this morning, disabling untrusted image loaders that could expose your attachment pipeline to arbitrary content.

The Active Storage fix [1][2][3] closes a gap where libvips's unfuzzed loaders and savers were re-enabled despite being flagged as unsafe for untrusted input. Both the Vips analyzer and transformer were passing unvetted attachments to them, creating an attack surface that persisted since 8.2 edge. Rails will now call `Vips.block_untrusted(true)` at boot to disable them [4]. If your app processes user uploads through Active Storage, patch before your next deploy. Separately, Solid Queue 1.5.1 shipped [6] with fixes for flaky tests, migration generators, and a critical improvement: forked processes that fail to boot are now tracked and replaced within a configurable timeout [5], solving a production problem where hung boot callbacks could orphan workers. The Rails ecosystem also shipped four releases across 34 commits and 13 PRs this period [7], including Propshaft's eager manifest initialization in production, cutting first-request latency by moving asset parsing from request time to boot time.

Quick answers

What shipped in Rails on July 30, 2026?
Rails shipped emergency updates to 7.2, 8.0, and 8.1 this morning, disabling untrusted image loaders that could expose your attachment pipeline to arbitrary content. In total, 34 commits, 13 pull requests, and 4 releases landed.
Who contributed to Rails on July 30, 2026?
8 developers shipped this update, including rafaelfranca, Mike Dalessio, Ryuta Kamizono, sapandiwakar, rosa, Amanda Perino, hmcguire-shopify, and Hartley McGuire.
What were the notable Rails updates?
8.0.5.1, 7.2.3.2, and 8.1.3.1.