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

推荐订阅源

博客园 - 叶小钗
爱范儿
爱范儿
WordPress大学
WordPress大学
Last Week in AI
Last Week in AI
博客园 - 聂微东
雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
T
Tailwind CSS Blog
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 司徒正美
月光博客
月光博客
大猫的无限游戏
大猫的无限游戏
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The Cloudflare Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
人人都是产品经理
人人都是产品经理
宝玉的分享
宝玉的分享
罗磊的独立博客
Jina AI
Jina AI

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
[ANN] Rails 5.0.1.rc2 has been released!
David Heinemeier Hansson · 2016-12-09 · via Ruby on Rails: Compress the complexity of modern web apps

Friday, December 9, 2016
Posted by matthewd

Hi everyone,

I am happy to announce that Rails 5.0.1.rc2 has been released.

If no further regressions are found, expect the final release on Wednesday, December 14, 2016. If you find one, please open an issue on GitHub and mention me (@matthewd) on it, so that we can fix it before the final release.

CHANGES since 5.0.0

To view the changes for each gem, please read the changelogs on GitHub:

Full listing

To see the full list of changes, check out all the commits on GitHub.

SHA-1

If you’d like to verify that your gem is the same as the one I’ve uploaded, please use these SHA-1 hashes.

Here are the checksums for 5.0.1.rc2:

$ shasum *-5.0.1.rc2.gem
52c2dffc42e386aacf28f1033edd975804770bef  actioncable-5.0.1.rc2.gem
0bf7faf211a7d9413432c59a4700bea3b3a41975  actionmailer-5.0.1.rc2.gem
127a122087e941eb245f500dc000779fb85916c6  actionpack-5.0.1.rc2.gem
3622fcb6e46d1ff48c2a2c3e773ecad769c776e0  actionview-5.0.1.rc2.gem
0bf2518768da054b18b871d48107e3afe79e552f  activejob-5.0.1.rc2.gem
ff3e0ef08053bc439f71387410415bf2ddc937b8  activemodel-5.0.1.rc2.gem
7eba5d1214a24e8e0b0e32eaf0560a69b2d6a702  activerecord-5.0.1.rc2.gem
2e601cabcf09057b4322a0069ffb07df38955aa4  activesupport-5.0.1.rc2.gem
b9653fa0724a30cb9ffbb23e39340a0166916bd0  rails-5.0.1.rc2.gem
60c06b55dd5977d0c25f407e39f7325b150cd994  railties-5.0.1.rc2.gem

As always, huge thanks to the many contributors who helped with this release.