RepoJournal
Rails

@rails

Ruby on Rails - Shopify, Basecamp, GitHub all run on it

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

One email a day. Unsubscribe in one click.

Pick a date

Topics: Ruby Full archive →

The Wire · Showcase

RAILS FIXES TEMPLATING VALIDATION BUGS AND ASSOCIATION SCOPING ISSUES

By RepoJournal · Filed · About Rails

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].

One email a day. Unsubscribe in one click.

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.

More from @rails

Daily updates, in your inbox

Follow Rails

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

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?