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-24
stories 28

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

RAILS FIXES TEMPLATING VALIDATION BUGS AND ASSOCIATION SCOPING ISSUES

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

Rails core shipped fixes for HTML-aware ERB compiler failures and has_many :through association scoping problems that were breaking strict template validation.

The templating fixes [1] address long-standing issues in bundled error templates that fail under Herb's strict HTML5 validation. A stray closing tag in the routing error template dating back to 2013, malformed nesting in action mailbox templates, and SendGrid envelope handling all now pass validation [2]. On the ORM side, association unscope now qualifies values with table names [3], letting has_many :through associations properly respect default scopes on join models without collision. The tailwindcss-rails CI pipeline got fixed to play nice with Dependabot [4] after zizmor validation comments blocked automated updates [5]. Rails website picked up Mike Dalessio as a committer [6] and improved changelog entries by expanding linked PR references [7].

Action items

References

  1. [1] Fix HTML-aware ERB compiler errors in bundled templates ↗ rails/rails
  2. [2] Fix #57334: Handle malformed SendGrid envelopes ↗ rails/rails
  3. [3] Qualify association unscope values with table names ↗ rails/rails
  4. [4] ci: update ignore comment to work with dependabot ↗ rails/tailwindcss-rails
  5. [5] build(deps): bump the github-actions group across 1 directory with 2 updates ↗ rails/tailwindcss-rails
  6. [6] Add Mike Dalessio to committers ↗ rails/website
  7. [7] Improve entries by expanding linked PRs ↗ rails/website

Quick answers

What shipped in Rails on May 24, 2026?
Rails core shipped fixes for HTML-aware ERB compiler failures and has_many :through association scoping problems that were breaking strict template validation. In total, 18 commits and 10 pull requests landed.
Who contributed to Rails on May 24, 2026?
3 developers shipped this update, including flavorjones, dependabot[bot], and siaw23.
What were the notable Rails updates?
Fix HTML-aware ERB compiler errors in bundled templates, Fix #57334: Handle malformed SendGrid envelopes, and Qualify association unscope values with table names.