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

推荐订阅源

博客园_首页
MongoDB | Blog
MongoDB | Blog
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
D
Docker
云风的 BLOG
云风的 BLOG
B
Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
G
Google Developers Blog
GbyAI
GbyAI
T
Tailwind CSS Blog
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
C
Check Point Blog
I
InfoQ
Microsoft Azure Blog
Microsoft Azure Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
阮一峰的网络日志
阮一峰的网络日志
小众软件
小众软件
N
Netflix TechBlog - Medium
B
Blog RSS Feed
腾讯CDC
aimingoo的专栏
aimingoo的专栏

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

Thursday, January 6, 2022
Posted by rafaelfranca

Hi everyone,

I am happy to announce that Rails 7.0.1 has been released. The focus of this release is bring support to Ruby 3.1, released last Christmas (December 25, 2021). This release also brings a few bug fixes and documentation improvements.

CHANGES since 7.0.0

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

$ shasum -a 256 *-7.0.1.gem
55cb6103c59076066e915dd2b017574b5a22bbf53eee4e420b9fb73288a13f88  actioncable-7.0.1.gem
4fe6f86876db0dc5dac61eb9d0c76f2a10fbaed05205d398a81729986ec37dca  actionmailbox-7.0.1.gem
78e6a2fb594e063b2c273ff09e7d2cf4497a5883a004ca7e3d629d0c5e514764  actionmailer-7.0.1.gem
55c2e2d93e2775a80e2d23b429041ed2fb50f38b8ef5ae8f4f2f9941199e4760  actionpack-7.0.1.gem
dc7c864242c8de58b7ed4b387ae5b4bc9f89dd47acbc6de7b8080fa15a37ca7b  actiontext-7.0.1.gem
2b70532064198b674bfd83e7e634496cef283ecb19f8c5fa1c4fd156c9d98059  actionview-7.0.1.gem
231782b9b88f81f3d041eb0ac269dfc55e2999c91ea42d5317e0a049bc5e50fb  activejob-7.0.1.gem
b0dafa12925d63a37deeaf46e711916987729cf3ac35a944b0470736bd57236f  activemodel-7.0.1.gem
4b0edc94eb1091366127a3f969b24f84ca235e80f900c9535fc504b1430ef6b6  activerecord-7.0.1.gem
0bd587f8bb3bcf0640e7e296f455b6ad745e98b68b867f66085411f8a4efb25f  activestorage-7.0.1.gem
46ddc45b4ed13175d4ea1d89c3ce44110160e5c73194a23fd330a5656fd29e0a  activesupport-7.0.1.gem
3f03f0a134807e99ae587206d25d199ed4f6f715818ef1c1ac618c845487d8f9  rails-7.0.1.gem
bc2bdc8dbd29f84b589cc1c8f6c9bcbe636c5df04f622d633a6b1f3b64c0243e  railties-7.0.1.gem

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