RepoJournal
Rails

@rails

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

Pick a date

The Wire · Showcase

RAILS ACTION CABLE FIXES LAND ACROSS THE BOARD

By RepoJournal · Filed · About Rails

Rails just merged four critical fixes for Action Cable's channel management and streaming, addressing symbol coercion bugs that could silently break WebSocket connections in production.

The core issue: Action Cable was inconsistently handling symbol vs. string stream names across multiple layers, creating silent failures when developers mixed naming conventions [1] [2] [3]. The test adapter wasn't coercing symbols to strings in accessors [2], Channel#stop_stream_from was passing raw symbols to broadcasting logic [3], and the subscriber map was firing remove_channel callbacks for channels that never existed in the first place [1]. A separate fix ensures Server#each_connection now iterates over a snapshot of connections rather than the live collection, preventing iterator invalidation errors during concurrent connection churn [4]. These are the kinds of bugs that surface under load or in test suites with aggressive concurrency patterns. Stack them together and you've got a solid patch cycle that hardens the WebSocket foundation.

Action items

References

  1. [1] Merge pull request #57697 from 55728/fix-subscriber-map-remove-unknown-channel rails/rails
  2. [2] Merge pull request #57698 from 55728/fix-test-adapter-symbol-stream-coercion rails/rails
  3. [3] Merge pull request #57692 from 55728/fix-stop-stream-from-symbol-coercion rails/rails
  4. [4] Merge pull request #57691 from 55728/fix-connections-iterate-snapshot rails/rails

FAQ

What changed in Rails on June 14, 2026?
Rails just merged four critical fixes for Action Cable's channel management and streaming, addressing symbol coercion bugs that could silently break WebSocket connections in production.
What should Rails teams do about it?
Review your Action Cable test suite for symbol-based stream names and verify they match production code • If you use stop_stream_from in production, test the behavior with both string and symbol arguments before next deploy • Watch for the next Rails version tag to pull these fixes into a release build
Which Rails repositories shipped on June 14, 2026?
rails/rails

For your repos

The showcase is a teaser.
Your wire is the product.

Same engine. Different stack. Below: what changes when the wire is yours.

Showcase wire

  • 14 famous open source orgs
  • One wire per day
  • Public, generic
  • Read on the web, when you remember

Your wire

  • Up to 1,500 of your repos - orgs, deps, vendors
  • Morning and evening briefs
  • Action items routed to your team
  • Slack delivery, email, breaking-news CVE alerts

Want a hands-on demo first? Ask a current user for an invite link.