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-05-10
stories 29

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

RAILS 8.1.3 LANDS AS ECOSYSTEM HARDENS CI WORKFLOWS

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

Rails bumped to 8.1.3 with JSON serialization fixes while tailwindcss-rails locked down GitHub Actions and cleaned up its test suite.

Rails 8.1.3 shipped overnight [1] with a critical fix for JSONGemCoderEncoder that now correctly serializes custom object hash keys — a subtle bug that could silently corrupt data in apps relying on complex object serialization. The Rails team also shipped fixes for flaky Active Record tests [2], including a load-order inconsistency in counter cache columns that was causing intermittent test failures [3] and a BigDecimal rendering issue in Arel [4].

On the tooling front, tailwindcss-rails hardened its entire CI/CD pipeline [5], addressing zizmor and actionlint warnings across workflow files and adding linting checks to the development setup. The project also refactored its integration test suite [6] to stop polluting the repo root — tests now run in isolated tmp/ directories with fresh Gemfiles and absolute path references, eliminating the noise that was dirtying version control. Active Record's test suite got a smaller but meaningful cleanup [7], removing skip definitions for tests that never run.

Quick answers

What shipped in Rails on May 10, 2026?
Rails bumped to 8.1.3 with JSON serialization fixes while tailwindcss-rails locked down GitHub Actions and cleaned up its test suite. In total, 20 commits and 9 pull requests landed.
Who contributed to Rails on May 10, 2026?
3 developers shipped this update, including dependabot[bot], flavorjones, and byroot.
What were the notable Rails updates?
build(deps): bump railties from 8.1.2 to 8.1.3, Merge pull request #57328 from byroot/fix-ar-flakes, and Fix flaky test caused by inconsistent load order.