惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

IT之家
IT之家
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
美团技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园_首页
MyScale Blog
MyScale Blog
N
Netflix TechBlog - Medium
I
InfoQ
Jina AI
Jina AI
Martin Fowler
Martin Fowler
Recent Announcements
Recent Announcements
量子位
月光博客
月光博客
罗磊的独立博客
雷峰网
雷峰网
The Cloudflare Blog
V
V2EX
小众软件
小众软件
人人都是产品经理
人人都是产品经理
博客园 - Franky
T
Tailwind CSS Blog
有赞技术团队
有赞技术团队
S
SegmentFault 最新的问题

Ruby on Rails: Compress the complexity of modern web apps

Safer to_i coercion, custom to_fs formats, and more! This Week in Rails: May 16, 2026 This Week in Rails: May 8, 2026 This Week in Rails: May 1, 2026 Active Record gets better every week Great big Rails World 2026 update: CFP, Corporate Support tickets, workshops Query command for database queries and more Explicit query: and body: kwargs for integration tests and more! Speedup ActiveRecord::LogSubscriber#sql_color and more! This Week in Rails: March 27, 2026 Rails Versions 8.0.5 and 8.1.3 have been released! Rails Versions 7.2.3.1, 8.0.4.1, and 8.1.2.1 have been released! This Week in Rails: March 20, 2026 Validate URI scheme in Action Text and more Planning Center is the newest Rails Foundation Contributing member Action Text gets Markdown conversion, editor links in devcontainers, and more! Florian Weber launches bellybutton.de BARRA seeks Rails developer Joe Agliozzo is looking for a Rails developer The rise of lighttpd as the alternative web server When longer is better and more is more Snowdevil: First e-tailer on Rails Natural selection for frameworks in Ruby vs Java Address book tutorial in Portuguese Becoming a better programmer with Rails 10 Things Every Java Programmer Should Know About Ruby Really Getting Started in Rails Off the Treadmill, Onto the Rails Rails 0.9.5: A world of fixes and tweaks Rich clients with Rails and XUL
This Week in Rails: March 6, 2026
Claudio Baccigalupo · 2026-03-06 · via Ruby on Rails: Compress the complexity of modern web apps

Hi, it’s Claudio Baccigalupo. Let’s explore this week’s changes in the Rails codebase.

Set read-only permissions for GitHub Actions workflow generated by rails new
The workflow will run with the minimum required permissions, regardless of the GitHub Organization settings.

Don’t guard action_dispatch_request and action_cable load hooks
Removes the load hooks guard for action_dispatch_request in Action Pack and action_cable in Action Cable.

Improve Trix support for Action Text markdown
Adds <del> as a strikethrough alias (Trix emits <del>, not <s>). Also, add a visit_div handler so Trix-style <div> blocks pass through their children’s content, letting <br> tags handle paragraph spacing naturally.

Specify PostgreSQL 9.5 or higher is required
Rails includes array_position which is not available on previous versions.

Fix Encoding::CompatibilityError with non-ASCII strict locals defaults
Fixes an error raised by a template loaded via File.binread using strict locals with non-ASCII default values (e.g. <%# locals: (label: "café") -%>).

Fix IsolatedExecutionState.share_with call
When isolation_level = :fiber, it’s wrong to pass the original thread to share_with.

Fix collection caching to preserve store default expires_in
This change ensures that expires_in is only included in the arguments to write_multi when it is present in the collection cache options.

You can view the whole list of changes here.
We had 12 contributors to the Rails codebase this past week!

Until next time!

Subscribe to get these updates mailed to you.