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 TEST SUITE GETS CLEANER, POSTGRES TIMEZONE FIX LANDS

By RepoJournal · Filed · About Rails

Rails core just shipped a wave of test infrastructure improvements and a critical Postgres timezone handling fix that eliminates edge cases in parameter status checks.

The test cleanup effort continues with `NotificationAssertions` helpers now applied across `activerecord` tests, removing manual `ActiveSupport::Notifications.subscribe` patterns that made test code harder to follow [1]. This follow-up to earlier notification assertion work consolidates testing patterns in `asynchronous_queries_test.rb`, `connection_pool_test.rb`, and `relation/load_async_test.rb`. Meanwhile, the Postgres adapter got smarter about timezone handling: the fix ensures timezones are only set when actually needed, with case-insensitive treatment of `variables` keys to work cleanly with parameter status checks [2]. On the documentation side, the Active Storage guide received a significant overhaul that restructures content for better coherence, clarifies the distinction between proxy and redirect modes, and corrects confusing text about how `.attach` works with `has_many_attached` associations [3]. These are the kinds of foundational improvements that pay dividends across every Rails app.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Simplify more ```activerecord``` tests with ```NotificationAssertions``` helpers ↗ rails/rails
  2. [2] Only set Postgres timezone when needed ↗ rails/rails
  3. [3] [RF-Docs] [ci-skip] Active Storage Guide ↗ rails/rails

Quick answers

What shipped in Rails on May 28, 2026?
Rails core just shipped a wave of test infrastructure improvements and a critical Postgres timezone handling fix that eliminates edge cases in parameter status checks. In total, 14 commits and 7 pull requests landed.
Who contributed to Rails on May 28, 2026?
3 developers shipped this update, including Edilbek, matthewd, and bhumi1102.
What were the notable Rails updates?
Simplify more ```activerecord``` tests with ```NotificationAssertions``` helpers, Only set Postgres timezone when needed, and [RF-Docs] [ci-skip] Active Storage Guide.

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?