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

推荐订阅源

J
Java Code Geeks
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
爱范儿
爱范儿
罗磊的独立博客
美团技术团队
Jina AI
Jina AI
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
有赞技术团队
有赞技术团队
V
V2EX
阮一峰的网络日志
阮一峰的网络日志
小众软件
小众软件
IT之家
IT之家
雷峰网
雷峰网
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
月光博客
月光博客
人人都是产品经理
人人都是产品经理
博客园 - 三生石上(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.0.7 has been released
David Heinemeier Hansson · 2023-08-10 · via Ruby on Rails: Compress the complexity of modern web apps

Thursday, August 10, 2023
Posted by rafaelfranca

Hi everyone,

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

CHANGES since 7.0.6

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

$ shasum -a 256 *-7.0.7.gem
ea1cd05980c0fe89d432c7fa138d7556595ec7550c59a4738356b13369b97fb5  actioncable-7.0.7.gem
7a2dfbb8ed5b618fbd4cc4a2a141aa0f97449bb3ee25aefb0bbb57ac0f07c424  actionmailbox-7.0.7.gem
a069d1c9df4c47bbac44adad5edf6402860189735ad1accba73170cde229d196  actionmailer-7.0.7.gem
4f837254603c8fe329e7a0c1258ad5c8224a44f86c78c9b54af26f11a6961a94  actionpack-7.0.7.gem
355f6706925258d76eb5a232c9780c8ca7681c6d963711f7549ad678f56bcb54  actiontext-7.0.7.gem
0a2d74ad36f62bd2d920434f11e9b7c1a205324dc7e8cea713bb757dcb0cc2da  actionview-7.0.7.gem
fe53f5e05a376962bd7f9866f1917d2a3479f3104870049792f2942ad32fb968  activejob-7.0.7.gem
0e120a270f63d64bdacd91fe244ff7ee2ade147f9b0beab9802ef5ee095f57e7  activemodel-7.0.7.gem
9e8923a8f3d8d78d6410ebadf32517d12825a6ce20971e9608f5d1ce0b09eff9  activerecord-7.0.7.gem
1b8b27cd1ed5ead195100c30c8eaac01884adcd5327115c3ccfdec4a38be5dbd  activestorage-7.0.7.gem
293b492bf3808eed3bcc915f6a4599609d0664c1a306f8168f1e680bc7b6ebf3  activesupport-7.0.7.gem
3269693baa58f49fc6f96afa453630a0e4957093d1ac5e287e49bc76d7002d1b  rails-7.0.7.gem
79bd90c9b6b2acff43fd2e0935e47ad54e424d7c2b450afa8bd6558c095ac246  railties-7.0.7.gem

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