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

推荐订阅源

罗磊的独立博客
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
A
About on SuperTechFans
Martin Fowler
Martin Fowler
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements
D
DataBreaches.Net
B
Blog
博客园 - 【当耐特】
爱范儿
爱范儿
有赞技术团队
有赞技术团队
P
Proofpoint News Feed
WordPress大学
WordPress大学
小众软件
小众软件
Apple Machine Learning Research
Apple Machine Learning Research
I
InfoQ
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Last Week in AI
Last Week in AI
Microsoft Azure Blog
Microsoft Azure Blog
雷峰网
雷峰网
量子位
G
Google Developers 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
Updated Plugins Guide, current_page? with any HTTP method...
David Heinemeier Hansson · 2025-08-23 · via Ruby on Rails: Compress the complexity of modern web apps

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

Rails Plugin documentation update
As part of improving the documentation of the framework, The Rails Plugins Guide has been updated.

Fix consistency of generated structure.sql for latest PostgreSQL versions which include \restrict
This pull request fixes the removal of pg_dump’s versioning comments by also removing the new \restrict lines. By removing all these lines, the generated structure.sql can again be consistent between runs of rails db:schema:dump on the latest versions of PostgreSQL.

Allow current_page? to match against specific HTTP method(s) with a method: option
Before this change, the current_page? helper only matched on GET and HEAD requests, but with the new optional method option, it will match against explicit HTTP methods.

Filter sensitive attributes in logs
Attributes filtered by filter_attributes will now also be filtered by filter_parameters to assure that sensitive information is not leaked to the logs.

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

Until next time!

Subscribe to get these updates mailed to you.