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

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
P
Proofpoint News Feed
宝玉的分享
宝玉的分享
人人都是产品经理
人人都是产品经理
博客园_首页
爱范儿
爱范儿
博客园 - 叶小钗
aimingoo的专栏
aimingoo的专栏
S
SegmentFault 最新的问题
MyScale Blog
MyScale Blog
阮一峰的网络日志
阮一峰的网络日志
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog
Blog — PlanetScale
Blog — PlanetScale
博客园 - 【当耐特】
Y
Y Combinator Blog
量子位
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
The Blog of Author Tim Ferriss
月光博客
月光博客
有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
A
About on SuperTechFans

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

Thursday, June 24, 2021
Posted by rafaelfranca

Hi everyone,

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

CHANGES since 6.1.3

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

$ shasum -a 256 *-6.1.4.gem
2af39c11da8c42f5d529b109e719e82228db15a4d79caccc9165ba0af99b5cf3  actioncable-6.1.4.gem
fe846dbc94c4e4b7eec94cd83e354da4dc2d1511ff40a6271ce27e4849073980  actionmailbox-6.1.4.gem
ee6c7e7a862ad874490c9db3e536c61de07e1b91de698ea6dba52afc78bcb857  actionmailer-6.1.4.gem
8969306876f1406f666bd015ad1e1c8e6622f9ccf6a275b7297f2c13c6ef44de  actionpack-6.1.4.gem
947507251f441261765aa5e8fff36789f6213c9ae454f8cb739436a42842c4ba  actiontext-6.1.4.gem
c44ece3ad757340e80fa53e39e74a5a6b4cae17d6939d7f095b38700cf5f1ecb  actionview-6.1.4.gem
ac14ed1323774f7ddb1cc5f86b75c1169e5ff38e06cc680578155a6b67de0060  activejob-6.1.4.gem
27f3223172e81b8e60e7da7f3b812bba046472716def6793d89c177b9e435e76  activemodel-6.1.4.gem
e0ed04b3da165b2a9f0b2bcf6c664077d4903ac1ce073fdf460ace04933e09a1  activerecord-6.1.4.gem
3c94dc3ba303f6482ea057bfff9393cb0394dc96238d2732eda0feb69734eb0d  activestorage-6.1.4.gem
b37564f4fc3bc66f3f98d3032b8bb8cbdbd23ba0f7c02648287048463cf70f4f  activesupport-6.1.4.gem
b0a266453e4d53beaaf911434f49868fbc6dd3f1e317149e4b160ba6981a6d4c  rails-6.1.4.gem
a456517e6861aff2b58711bf95a20ec2ec9434ba921aacd776e3c23b39069743  railties-6.1.4.gem

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