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

推荐订阅源

Google DeepMind News
Google DeepMind News
L
LangChain Blog
H
Help Net Security
博客园_首页
T
Tailwind CSS Blog
Microsoft Security Blog
Microsoft Security Blog
T
The Blog of Author Tim Ferriss
雷峰网
雷峰网
Recent Announcements
Recent Announcements
D
DataBreaches.Net
U
Unit 42
Vercel News
Vercel News
I
InfoQ
Martin Fowler
Martin Fowler
Microsoft Azure Blog
Microsoft Azure Blog
Apple Machine Learning Research
Apple Machine Learning Research
S
SegmentFault 最新的问题
Jina AI
Jina AI
博客园 - 叶小钗
博客园 - 【当耐特】
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
Last Week in AI
Last Week in 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
Rails 6.0.1 RC1 released
David Heinemeier Hansson · 2019-10-31 · via Ruby on Rails: Compress the complexity of modern web apps

Thursday, October 31, 2019
Posted by george

Hi everyone,

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

If no regressions are found, expect the final release on Tuesday, November 5, 2019. If you find one, please open an issue on GitHub so that we can fix it before the final release.

CHANGES since 6.0.0

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:

6.0.1.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 6.0.1.rc1:

$ shasum -a 256 *-6.0.1.rc1.gem
23adccc8bade5c3bdc8d76b69a1e9988052358aad406a6ca81eb642749088e4f  actioncable-6.0.1.rc1.gem
c7f2aa9fa3767f82479ad9fd714ca97d0586c5e957d149bc4ef7ca02d8617180  actionmailbox-6.0.1.rc1.gem
58df98a5aa58bf827262dcfa1b12b45bb161a59bf2bbe50dccb2bb639b65da8d  actionmailer-6.0.1.rc1.gem
6a5ffbcc23e298f58d7e0bb3f17bfa3f95c4ada1f90b523be2757e7de029b132  actionpack-6.0.1.rc1.gem
3e410969cad6acc26604e59fe2857ed8b251418f8446e4fafcecad6306f526b0  actiontext-6.0.1.rc1.gem
9402970f158d28b74373a8c400418f42bfcc50f2ad96b4771d66d06e68eb62a3  actionview-6.0.1.rc1.gem
6e896a34c717462b4e34c8f67a707daedec83f45760b0fcedf373b4a1c536675  activejob-6.0.1.rc1.gem
1f69c1a337eaa0a0b0a76fe95a26fa0bad1d29f0bb365b35a20ebdda4eb6f56b  activemodel-6.0.1.rc1.gem
1b2471d934650cf6484e7d110c3da9fed64252a0de8f449dcd3e4df9d066283d  activerecord-6.0.1.rc1.gem
e48d836948164471e91ca8a9ef495b8c6d6976b845a13836f9572119118d74c9  activestorage-6.0.1.rc1.gem
fe62486cd9665a725304db287bc942829f9faaf6c6e243155d706351a4590439  activesupport-6.0.1.rc1.gem
eee594a0a944fc2d182a29a440c2bca62b8e55ec63ada2a77cfe003d6447e4ed  rails-6.0.1.rc1.gem
3052fa0d642aca19e1a7f44e9ad8de75576726053859a98477ceb796edb1bbd7  railties-6.0.1.rc1.gem

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