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

SOLID_CABLE SHIPS ENCRYPTION, RAILS CUTS SCHEMA CACHE READS IN HALF

By RepoJournal · Filed · About Rails

Solid Cable now encrypts messages at rest [ref:1], while Rails optimizes schema caching to batch database queries across entire tables instead of reading them one at a time [ref:8].

Nick Pezza landed encryption support in Solid Cable [1], closing a long-standing gap for teams running Rails' SQLite-backed cable adapter in production. The same developer also shipped a write-batching optimization [2] that groups writes together with a sized queue, reducing context switching on the database layer. On the Rails side, a schema cache optimization [3] teaches the dumper to read primary keys and indexes for multiple tables in a single statement rather than looping through one table per statement. On a 204-table MySQL schema, this cuts primary key and index reads dramatically. Rails also corrected documentation for CollectionProxy#delete_all [4], which was showing an array return value when it actually returns a count. Rails/ai-evals cleaned up a dead link in the README [5].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Add encryption support ↗ rails/solid_cable
  2. [2] Batch writes together ↗ rails/solid_cable
  3. [3] Read the schema cache's primary keys and indexes for many tables at once ↗ rails/rails
  4. [4] Fix the `CollectionProxy#delete_all` documentation return value ↗ rails/rails
  5. [5] Fix announcement link in README.md ↗ rails/ai-evals

Quick answers

What shipped in Rails on August 16, 2026?
Solid Cable now encrypts messages at rest [ref:1], while Rails optimizes schema caching to batch database queries across entire tables instead of reading them one at a time [ref:8]. In total, 7 commits and 5 pull requests landed.
Who contributed to Rails on August 16, 2026?
6 developers shipped this update, including npezza93, Juanito, ngan, fatkodima, 55728, and Hartley McGuire.
What were the notable Rails updates?
Add encryption support, Batch writes together, and Read the schema cache's primary keys and indexes for many tables at once.

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?