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

推荐订阅源

F
Fortinet All Blogs
Recent Announcements
Recent Announcements
H
Help Net Security
Y
Y Combinator Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
有赞技术团队
有赞技术团队
小众软件
小众软件
Last Week in AI
Last Week in AI
U
Unit 42
Google DeepMind News
Google DeepMind News
博客园 - 司徒正美
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
G
Google Developers Blog
N
Netflix TechBlog - Medium
Blog — PlanetScale
Blog — PlanetScale
云风的 BLOG
云风的 BLOG
V
V2EX
博客园 - 聂微东
人人都是产品经理
人人都是产品经理
博客园 - 三生石上(FineUI控件)
阮一峰的网络日志
阮一峰的网络日志
爱范儿
爱范儿

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

Wednesday, October 11, 2023
Posted by rafaelfranca

Hi everyone,

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

CHANGES since 7.1.0

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

7.1.1 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.1:

$ shasum -a 256 *-7.1.1.gem
e96962eb545403838299140f087257b933574992baf6ec639406f45caffca37d  actioncable-7.1.1.gem
e1e9e9d9072953edad32bddbfab855c4ddfab7f34140bdb5b8c26375d109c78e  actionmailbox-7.1.1.gem
82506adb5fd9cf4c5552a7f8d9d853e338072b62359a71317d8c5d93a9b427db  actionmailer-7.1.1.gem
2de4b4cc50becc3ca8746439214cc7fec221d1c8d2b1d889016d79070624592c  actionpack-7.1.1.gem
dfc964fc60b90a5e1057a8afa3bb2d684f1b829a55c4ad7443700fe2e3e19213  actiontext-7.1.1.gem
36c737f2ab6f1b90633964ee2928a93d7d2911e83a885a881e564da1860b8509  actionview-7.1.1.gem
a565b3d575b1b2750a97ef0a99f81dc13aafba0ecffa10227ea86a04a9fc17e2  activejob-7.1.1.gem
1f2fd3c2136b111fe523cf80ee5c141990290e8aedacb866b6fd68c8dfd7a69a  activemodel-7.1.1.gem
f8dd03c0f3a462d616781dba3637a281ec86aaf6e643b56bea308e451ee96325  activerecord-7.1.1.gem
0cc259e1fe5ff20777a206ed71f1b1ed03825c8e14a86a344e637fa25c5a0090  activestorage-7.1.1.gem
8770bca4af1cbd6e9ffb944b41056321499ff82e8e7c2ed34e48eff4a5ee58a2  activesupport-7.1.1.gem
66e736acc1d1ba5ca1b598fc8b6024715aee02025467bfa87682dbeb823ddc17  rails-7.1.1.gem
3cf348b365e9a00285bceadef0ed7d264440fcf165541ab211e198bc75a2faa7  railties-7.1.1.gem

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