JavaScript Tooling and Developer Experience Week
Rails improved JavaScript package manager detection and fixed several console and caching issues. The week focused on better developer tooling and resolving compatibility problems with newer Ruby versions.
Duration: PT2M15S
Episode overview
This episode is a short developer briefing from Rails Daily.
It explains recent repository work in plain language.
- Show: Rails Daily
- Published: 2026-01-25T11:13:56Z
- Audio duration: PT2M15S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, I'm your host with Rails Daily for the week of January 18th through 25th, 2026.
23 PRs merged, 21 additional commits this week.
**Features**
The biggest change this week was automatic JavaScript package manager detection in Rails generators. Previously, generators hardcoded yarn, but now Rails detects whether you're using npm, pnpm, or bun by reading your lockfiles. This affects ActionCable channel generators and ActionText installation. A follow-up PR…
Rails console behavior changed significantly - query caching is now disabled by default. You can re-enable it with the --query-cache flag, addressing issues that emerged from recent console improvements.
**Fixes**