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

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
G
Google Developers Blog
博客园 - 司徒正美
J
Java Code Geeks
aimingoo的专栏
aimingoo的专栏
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
D
Docker
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
腾讯CDC
V
Visual Studio Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
C
Check Point Blog
M
MIT News - Artificial intelligence
Jina AI
Jina AI
I
InfoQ
雷峰网
雷峰网
The Cloudflare Blog
美团技术团队
Engineering at Meta
Engineering at Meta

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
Column information in ERB template exceptions, migration ...
David Heinemeier Hansson · 2022-10-14 · via Ruby on Rails: Compress the complexity of modern web apps

Friday, October 14, 2022
Posted by gregmolnar

Hey, this is Greg bringing you the latest news from the Rails world.

Add column information to exceptions inside ERB templates This PR adds column information to exceptions that occurred inside ERB templates. There are before and after screenshots of the Rails error page, and a great explanation of the change in the PR description.

Validate options when managing columns and tables in migration With this change, when an invalid option is passed to a migration method(create_table for instance), an error will be raised. The options validation is only applied to newly created migrations, to make it backward compatible.

Update documentation of Range#to_s Rails 7 deprecated passing a format option to to_s, and added to_fs as a replacement, and the documentation has also been updated now.

Add Rails.application.deprecators With this change, deprecators added by gem maintainers can be configured for the whole application. So when the user sets Rails.application.deprecators.behavior = :raise, this behavior will be applied to all deprecators

  Turbo 7.2.2 release A new minor version of Turbo has been released this week.

18 people contributed to Rails this week! If you want the be part of that, checkout the list of open issues! Until next week!

Subscribe to get these updates mailed to you.