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

推荐订阅源

C
Check Point Blog
美团技术团队
Jina AI
Jina AI
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
V
Visual Studio Blog
Google DeepMind News
Google DeepMind News
Hugging Face - Blog
Hugging Face - Blog
云风的 BLOG
云风的 BLOG
有赞技术团队
有赞技术团队
T
The Blog of Author Tim Ferriss
WordPress大学
WordPress大学
月光博客
月光博客
宝玉的分享
宝玉的分享
小众软件
小众软件
MongoDB | Blog
MongoDB | Blog
Apple Machine Learning Research
Apple Machine Learning Research
A
About on SuperTechFans
J
Java Code Geeks
博客园_首页
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
N
Netflix TechBlog - Medium
Vercel News
Vercel News
博客园 - 聂微东

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.2 has been released!
David Heinemeier Hansson · 2023-11-10 · via Ruby on Rails: Compress the complexity of modern web apps

Friday, November 10, 2023
Posted by rafaelfranca

Hi everyone,

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

CHANGES since 7.1.1

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

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

$ shasum -a 256 *-7.1.2.gem
9e7c1bcf5bf57e5bdce846f6281b0ca2aec1ebd0ce1b99b0454194b6e52c7416  actioncable-7.1.2.gem
b7785621fcda24c518c343f037d17da37065c818ad9d92d2a42c206537a57d51  actionmailbox-7.1.2.gem
e3ecff2e4fe22ee5133ca4ab1c5284052a91429697f5bae7752992c89a6a6e1e  actionmailer-7.1.2.gem
eaa2ba517134a7e6495c51e42bfd73424c6c66fbb35f5b6160c7374128341a63  actionpack-7.1.2.gem
ba2d42595358b3fe6f79b1ae2840c08c8c134b6417ae3432505ccab446328e34  actiontext-7.1.2.gem
f540c4360fc94e56e1085b3b4c4916bc5934a6633d5a5ed45014baabaa18b3cb  actionview-7.1.2.gem
d7867b27fa9bb0435da176d76c4392b92eb677a8e9b7971f1d407daadf5313a1  activejob-7.1.2.gem
34d78721cd47899caea662e2a5b5c84768ebd0670845c691ce4ac769990a6ebf  activemodel-7.1.2.gem
7e7305deb74ee4e924815b90b53bdc5fe79fcfb09fb4d8d66a02a581b1f92b34  activerecord-7.1.2.gem
42b0f9a9bde084edb4aa045a99413885826262251b6bd5ad9727039b90bcd9ce  activestorage-7.1.2.gem
5bd81ef71524a14725ecb6c3b07bfc00ae0ccc77dd611190bd93bd9f92abd0d0  activesupport-7.1.2.gem
e0a5c335f02356ed3fa0fc2d28718a2541505119ac30d91002bdbf4786db3eeb  rails-7.1.2.gem
f0394dc4ff065aafe6c87103ad3188a54268d811cb1549e4ac8bc56f71581858  railties-7.1.2.gem

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