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

推荐订阅源

小众软件
小众软件
量子位
阮一峰的网络日志
阮一峰的网络日志
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
美团技术团队
J
Java Code Geeks
Apple Machine Learning Research
Apple Machine Learning Research
腾讯CDC
V
Visual Studio Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
IT之家
IT之家
博客园 - 【当耐特】
L
LangChain Blog
A
About on SuperTechFans
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
N
Netflix TechBlog - Medium
博客园_首页
WordPress大学
WordPress大学
博客园 - Franky
Engineering at Meta
Engineering at Meta
C
Check Point Blog
aimingoo的专栏
aimingoo的专栏
M
MIT News - Artificial intelligence

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

Thursday, June 29, 2023
Posted by rafaelfranca

Hi everyone,

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

CHANGES since 7.0.5

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:

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

$ shasum -a 256 *-7.0.6.gem
ac88be1e287cd9f228e6d4c0884278790210e59eaa23b603f58025183a66e2b4  actioncable-7.0.6.gem
083ac338246640b13cb10c93777fe734e30ce89f82411f46b3929e7c9bf3b38b  actionmailbox-7.0.6.gem
33b442a99408d4b96558365ce92debb6c53204f8eaa8237741c594e7640ca107  actionmailer-7.0.6.gem
6c659afbffdbb32323df1d44882830206f5d7dc81ed3d840736ac39c5ae0c634  actionpack-7.0.6.gem
d459eff29352433f5963bd191ff2e22a74cb6b21c2edbed09aef57f01074fe2e  actiontext-7.0.6.gem
ad328cec415058ae083ac471f9a4531050c8980a046fedfb67ce5d57b0c55285  actionview-7.0.6.gem
78148bf1f0f011b5d9c8ed66d787728a174cb01a20cebc5e0f2a8352cce25cbd  activejob-7.0.6.gem
5231fe572d7599237b6b2a4987ebf439d028754a529227630777dd3d1ad8511c  activemodel-7.0.6.gem
38ff1e7bbf57132fe78abf3809e8fe9392b54d00df31ce8972f47bb806b119d0  activerecord-7.0.6.gem
9270183f7fee6ab4677b079a85ec2abeb041b2a7207c49dd81b5965c46dad50c  activestorage-7.0.6.gem
d3abba6b15d8fd7af07f3322c370f00eb8ce6715fb714436342999628c705ab2  activesupport-7.0.6.gem
5dfbd481a23556ad425fc8541399a129a08ed550f877294b44d0170ca5b9f421  rails-7.0.6.gem
fb0ee3c7a3beea7f4b353c655f9a055c31ca36c3a2a565afaed415baca5c8a35  railties-7.0.6.gem

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