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

推荐订阅源

G
Google Developers Blog
博客园 - 司徒正美
Last Week in AI
Last Week in AI
Recent Announcements
Recent Announcements
Y
Y Combinator Blog
博客园 - 聂微东
M
MIT News - Artificial intelligence
博客园_首页
Jina AI
Jina AI
博客园 - 叶小钗
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
F
Fortinet All Blogs
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
Vercel News
Vercel News
The Cloudflare Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
云风的 BLOG
云风的 BLOG
N
Netflix TechBlog - Medium
B
Blog
Google DeepMind News
Google DeepMind News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

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

Thursday, August 22, 2024
Posted by rafaelfranca

Hi everyone,

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

CHANGES since 7.2.0

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

7.2.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.2.1:

$ shasum -a 256 *-7.2.1.gem
b409c96b0acc90abe6aa8fd9656eaff0980c1b36c9e22b8f7c490a46eafc2204  actioncable-7.2.1.gem
09c20d0bcb769a6521d22cb8987e2d1d8335b58610957a6c615c85e6743adf89  actionmailbox-7.2.1.gem
e4853a32c84105066e64d900ee1025ef075893ee3c51de3a3bc59a6e09586e56  actionmailer-7.2.1.gem
260b80acc720123f23eb2b106b04d2de7d8cf0492d4eeb2dfa7afc8be36dcaad  actionpack-7.2.1.gem
1257a2384373188039fc35d46946e757014710361a4af4481e37b510ac7d7d79  actiontext-7.2.1.gem
d1f8f4df2bff842a03e2a6e86275e4d73e70c654159617ad4abbe7c6b2aed4f4  actionview-7.2.1.gem
eb145f5aaf8276f37b9e4e9f72f3d56b1733172b4be680e836c765f2e6a3c503  activejob-7.2.1.gem
7b24e3927122b99c4623f07607a1d0f1cfd598f9dc5077e70178536dd6663348  activemodel-7.2.1.gem
b58a26b9337594f2639cafcc443f4d28d786289f5b5b07b810e8251eeace533c  activerecord-7.2.1.gem
e5d6746aa9e5d92fff9d214fad782b6a7189bc080d319c0b196e3dfa1595a676  activestorage-7.2.1.gem
7557fa077a592a4f36f7ddacf4d9d71c34aff69ed20236b8a61c22d567da8c24  activesupport-7.2.1.gem
fd5684e5d007220960666a3a8b31a57cd1c8cd7f60d88cb40e28e95f1911b705  rails-7.2.1.gem
4b6ad279bbfb9228d7e7fbc8df562a8f5d4910e179b957d801fcec176d548463  railties-7.2.1.gem

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