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

推荐订阅源

U
Unit 42
The Cloudflare Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Y
Y Combinator Blog
G
Google Developers Blog
Vercel News
Vercel News
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Jina AI
Jina AI
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
博客园 - 三生石上(FineUI控件)
MongoDB | Blog
MongoDB | Blog
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
H
Hackread – Cybersecurity News, Data Breaches, AI and More
aimingoo的专栏
aimingoo的专栏
T
Tailwind CSS Blog
博客园 - 叶小钗
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客
Microsoft Security Blog
Microsoft Security Blog
P
Proofpoint News Feed
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG

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 This Week in Rails: March 6, 2026 Planning Center is the newest Rails Foundation Contributing member Action Text gets Markdown conversion, editor links in devcontainers, and more! 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: January 2, 2026
David Heinemeier Hansson · 2026-01-02 · via Ruby on Rails: Compress the complexity of modern web apps

Friday, January 2, 2026
Posted by zzak

Hi, it’s zzak. Hope everyone had a great holiday season and a happy new year! 🎊
Let’s explore this week’s changes in the Rails codebase.

Add Rails.app.revision
Add Rails.app.revision to provide a version identifier for error reporting, monitoring, cache keys, etc.

Add ActionDispatch::Request#bearer_token
Add ActionDispatch::Request#bearer_token to extract the bearer token from the Authorization header. Bearer tokens are commonly used for API and MCP requests.

Allow Rails.app.creds to access .env values in dev
In addition to ENV and the encrypted file, Rails.app.creds can now access values from .env files in development mode.

Fixed bin/rails notes command to work with CSS comments
This PR changes the comment lookup expression for bin/rails notes to correctly pick up CSS-style /* ... */ comments.

Add block support to ActionController::Parameters#merge
Now when merging params, you can provide a block to resolve conflicts between new and existing values, consistent with merge!.

Remove support for psych < 4
Active Support now requires Psych 4.0.0 or newer.

Deprecate built-in Sneakers adapter from Active Job
The “sneakers” gem has been moved to “kicks” gem, and as part of #52929 Rails is cleaning up old adapters from Active Job.

Make jobs enqueued after transaction commit by default
This PR changes the default behavior of Active Job for jobs enqueued inside an Active Record transacation to be deferred until after the transaction commits. This can be controlled by the previously deprecated config.active_job.enqueue_after_transaction_commit config, which is now un-deprecated.

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

Until next time!

Subscribe to get these updates mailed to you.