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

推荐订阅源

D
DataBreaches.Net
B
Blog
博客园_首页
C
Check Point Blog
Microsoft Security Blog
Microsoft Security Blog
MyScale Blog
MyScale Blog
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog RSS Feed
M
MIT News - Artificial intelligence
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
量子位
V
V2EX
Y
Y Combinator Blog
Hugging Face - Blog
Hugging Face - Blog
Martin Fowler
Martin Fowler
Recent Announcements
Recent Announcements
I
InfoQ
博客园 - 【当耐特】

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.3.2 has been released!
David Heinemeier Hansson · 2020-06-17 · via Ruby on Rails: Compress the complexity of modern web apps

Wednesday, June 17, 2020
Posted by tenderlove

Hi everyone!

Rails 6.0.3.2 has been released! This version of Rails contains an important security patch, and you should upgrade! The release contains only one patch that addresses CVE-2020-8185. You can read about CVE-2020-8185 here.

Here are the checksums for the released gems:

$ shasum *6.0.3.2*
49c72c7d45ea6de626313d6142f2c307628d4f7e  actioncable-6.0.3.2.gem
dac7b0bab305f2666525369dc55b33c7cce03b96  actionmailbox-6.0.3.2.gem
a39e5f6e1cb4988ce17e7778a4c6d01b4b24bcdd  actionmailer-6.0.3.2.gem
82f70a87edf540897449d21dde0503213bd62bb2  actionpack-6.0.3.2.gem
fcb1d3e4e67e4a1036d11826f80a9dcbeb849e6c  actiontext-6.0.3.2.gem
0516d18bb37a0a23092b19c4a0473229b706c810  actionview-6.0.3.2.gem
93e32defe3bc17bd2a1a8cdb4d4d81564e8921b3  activejob-6.0.3.2.gem
1606d88b3a86125f89a331a33552cae09401c30d  activemodel-6.0.3.2.gem
a933167ad597b0f5679ffa400309bf697d53de72  activerecord-6.0.3.2.gem
187424658db284753a331a1a3cefa1261016365f  activestorage-6.0.3.2.gem
b92c473960b1ef01ee562d318604e1c8d1e6b175  activesupport-6.0.3.2.gem
7a7235a0d5233338896ca26cbe368c93812231e5  rails-6.0.3.2.gem
151e00dcecc52bf59c6ec52838eeb729e527ae2f  railties-6.0.3.2.gem

Have a great day!

<3