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

推荐订阅源

Martin Fowler
Martin Fowler
有赞技术团队
有赞技术团队
博客园_首页
H
Help Net Security
GbyAI
GbyAI
aimingoo的专栏
aimingoo的专栏
V
Visual Studio Blog
The Cloudflare Blog
腾讯CDC
Jina AI
Jina AI
Last Week in AI
Last Week in AI
月光博客
月光博客
博客园 - 叶小钗
Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
Blog — PlanetScale
Blog — PlanetScale
人人都是产品经理
人人都是产品经理
Engineering at Meta
Engineering at Meta
Y
Y Combinator Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 聂微东
爱范儿
爱范儿
N
Netflix TechBlog - Medium
F
Fortinet All Blogs

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 7.1.3 has been released!
David Heinemeier Hansson · 2024-01-16 · via Ruby on Rails: Compress the complexity of modern web apps

Tuesday, January 16, 2024
Posted by rafaelfranca

Hi everyone,

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

CHANGES since 7.1.2

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

7.1.3 CHANGELOG

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

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 7.1.3:

$ shasum -a 256 *-7.1.3.gem
0f736f24e1a225682784f175dd51da1b251721cdd0510fba78a66e87fa175314  actioncable-7.1.3.gem
fcaf583b2d66f5d979b5776deaa1a455101567b93e89be3276c05c519a0f7720  actionmailbox-7.1.3.gem
df9e9d791c62a8aafac219f017fe87c70bc72cee027e3c1fb33a06f077f8498c  actionmailer-7.1.3.gem
e3e9d13ba1f4d37f64a6fac186f2c3c8c0af5883ec44fbe234796af5a8710ebd  actionpack-7.1.3.gem
bfeb73715785a900e383699b7312371975e3a66a1a0e2d3c4cf06f87a5713ad1  actiontext-7.1.3.gem
5b6b37261da58b10a53a68a547412525460ca68d8336ce1320107cda26a7b0d1  actionview-7.1.3.gem
017adc92725f4e5003082ba84cdb5eb55235571775e6e41da6354060517a562e  activejob-7.1.3.gem
edd9da96450783a100dfa8ce7ed3baa21c8d58197359216cb1843d8e9e90fc24  activemodel-7.1.3.gem
e04e43a4823aff7605cef559afd1acc0b69d138453cc9e5a313c647f6c977551  activerecord-7.1.3.gem
1db37dd877d038173f1eea5e01697bab42cb08adbe0574239641172f7ce949d9  activestorage-7.1.3.gem
fbfc137f1ab0e3909bd3de3e2a965245abf0381a2a7e283fa766cee6f5e0f927  activesupport-7.1.3.gem
4eed257c42f22e2590d1e5c0720b7982aea727cfd5e621c080fb613cbde4238c  rails-7.1.3.gem
7a1dc59c93296f239a9d97b5a9c52c49fd8f7dcdac33ebe4cf39842ff92b50a6  railties-7.1.3.gem

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