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

推荐订阅源

G
Google Developers Blog
S
SegmentFault 最新的问题
Jina AI
Jina AI
D
DataBreaches.Net
人人都是产品经理
人人都是产品经理
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
爱范儿
爱范儿
大猫的无限游戏
大猫的无限游戏
C
Check Point Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
B
Blog
博客园 - 【当耐特】
博客园 - Franky
M
MIT News - Artificial intelligence
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
L
LangChain Blog
MyScale Blog
MyScale Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 叶小钗
Last Week in AI
Last Week in AI
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
Rails 6.0.2 has been released!
David Heinemeier Hansson · 2019-12-13 · via Ruby on Rails: Compress the complexity of modern web apps

Friday, December 13, 2019
Posted by rafaelfranca

Hi everyone,

I am happy to announce that Rails 6.0.2 has been released.

CHANGES since 6.0.1

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.2 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.2:

$ shasum -a 256 *-6.0.2.gem
f26e7cb2f47745881de3a88866dae9d40f28f0b3a810ebf3eb84f394cbedcf36  actioncable-6.0.2.gem
5f6801d013d9b4ba4acc85560c16710c37b6954e9e0e6bc315c81b8098649787  actionmailbox-6.0.2.gem
25b6d7033df2e191f3becfcedd31d8b73ed7cb78f03c7b8bb1a8c6b5c8209079  actionmailer-6.0.2.gem
0bf8831ba14cb9b79845a36377e87d9440f789999e99694da46b062ee536e97d  actionpack-6.0.2.gem
1871a9fe66fa1edf6d46203c208dbe7048ce38ff13b483542e839376bd1f9ca9  actiontext-6.0.2.gem
64df3b97fd0e366c5f85a96472aeef93695e0edccadc260d3387a164c74fd0ad  actionview-6.0.2.gem
f11a99a25869c6f3180dc1bd483d0a6d8e5e0cdf3f170af51fe7d76c3b250e2e  activejob-6.0.2.gem
80428f2eb4392125f94d9e950a7a6e4b4c4fefaf6e31c459590ef41448d4e726  activemodel-6.0.2.gem
e4970c40936d9e90337ea0f2961e5e3704016b8da9ba1ef55dd921f4a6ddc0f0  activerecord-6.0.2.gem
ba4d646de7916bd06ebd2af906bec7d0a3e656ddd21b8edb71984e26b3875263  activestorage-6.0.2.gem
ff7f8b1f6054e604a0e7a35fa3636555cddebf1867c9e51b866271556fb934af  activesupport-6.0.2.gem
b5223754088b3adfca6608a1901fbd7813b4b994af4ec514accd0b3b5ce05d0b  rails-6.0.2.gem
8a7105ed97b5605c2443dea3c6f2b9c87bcbe01aed6cc7abe982bccdd7e1ff52  railties-6.0.2.gem

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