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

推荐订阅源

D
Docker
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog
博客园 - 司徒正美
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
D
DataBreaches.Net
B
Blog RSS Feed
博客园_首页
The GitHub Blog
The GitHub Blog
I
InfoQ
L
LangChain Blog
G
Google Developers Blog
M
MIT News - Artificial intelligence
美团技术团队
腾讯CDC
V
Visual Studio Blog
aimingoo的专栏
aimingoo的专栏
博客园 - 聂微东
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
博客园 - 叶小钗

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
Rails 5.2.0.RC2, AWS authentication options and more
David Heinemeier Hansson · 2018-03-24 · via Ruby on Rails: Compress the complexity of modern web apps

Hello fellow Rubyists, this is Wojtek bringing you the polished set of latest Rails news.
We do like to “polish” things here in Poland ;-)

Rails 5.2.0.RC2 released

Aiming for 5.2.0 final version to be released before the RailsConf in April. Help us test it, to have a solid and stable release.

This Week’s Contributors

Big thanks to 16 people who contributed to Rails this week! If you’d like to join them, check out the list of open issues.

Allow full use of the AWS S3 SDK authentication options

It’s now possible to use environment variables and IAM roles to authenticate to AWS in Active Storage.

Support mysql2 gem version 0.5

New version of mysql2 gem brings some bugfixes and features but also some backward incompatibilites. Check them out in changelog.

Memoize the result of calculating path to translation

Speeds up usage of I18n.translate. Benchmark included in the comments.

Use ASCII-8BIT paths in ActionDispatch::Static

Fixes encoding incompatibilites between Rack and Rails middlewares.

Remove support for Qu gem from Active Job

Qu gem wasn’t compatible since Rails 5.1. Development was stopped in 2014 and maintainers have confirmed its demise.

There were many more changes to Rails’ codebase, which you can check out here.
Until next week!