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

推荐订阅源

有赞技术团队
有赞技术团队
小众软件
小众软件
The Cloudflare Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
雷峰网
雷峰网
Jina AI
Jina AI
博客园 - 【当耐特】
V
Visual Studio Blog
美团技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
量子位
IT之家
IT之家
G
Google Developers Blog
V
V2EX
The GitHub Blog
The GitHub Blog
月光博客
月光博客
GbyAI
GbyAI

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.1.7.rc1 has been released!
David Heinemeier Hansson · 2019-03-22 · via Ruby on Rails: Compress the complexity of modern web apps

Friday, March 22, 2019
Posted by rafaelfranca

Hi everyone,

I am happy to announce that Rails 5.1.7.rc1 has been released.

This is going to be the final bug fix release for the 5.1 series, so please make sure you test the release candidates to make sure no regressions are found.

If no regressions are found, expect the final release on Wednesday, March 27, 2019. If you find one, please open an issue on GitHub and mention me (@rafaelfranca) on it, so that we can fix it before the final release.

CHANGES since 5.1.6

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

To see a summary of changes, please read the release on GitHub:

5.1.7.rc1 CHANGELOG

Full listing

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

SHA-256

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

Here are the checksums for 5.1.7.rc1:

$ shasum -a 256 *-5.1.7.rc1.gem
4b50c8213b6b4846f35d994991458da797185f9e0ca92063131a59f5890bb5e3  actioncable-5.1.7.rc1.gem
65c84a566b58a4faf10e02abe4dd09f5d7101cfb79896cbf3bfb0d623c06f07b  actionmailer-5.1.7.rc1.gem
8c230b21146c155793c874da49f032be595343df4e8cca59b4be172d10b95e5a  actionpack-5.1.7.rc1.gem
cd9b9acf025c99c113155192622ebb333c729e8a99dea43d91c6016bdb287e0b  actionview-5.1.7.rc1.gem
3308343948ca041b58068c34cc312de1b867f46c8feaf997421ce4e182d8a2e7  activejob-5.1.7.rc1.gem
9ad6fc7f9cb05b5d38462672315b4b05863d263ba46b035367d7e290dc7dd160  activemodel-5.1.7.rc1.gem
4940e5f4c2e4cc1ca8e2d3d41ebf514e5d315e1f39884d518e22e8600b7b0d22  activerecord-5.1.7.rc1.gem
26e956e7b2d16e0783f48ae05e6822da2aabac96ecf1f3b78d6e035145f10b6c  activesupport-5.1.7.rc1.gem
ca0f895446ceece1d904e96bedff90224e715acb9f124b60ffc9ac1b568ed07d  rails-5.1.7.rc1.gem
bbd0b366890da1c6baa3bd68c3132e499f53143351b7ab382c661a0fb9f07ac1  railties-5.1.7.rc1.gem

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