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

推荐订阅源

美团技术团队
Blog — PlanetScale
Blog — PlanetScale
阮一峰的网络日志
阮一峰的网络日志
M
MIT News - Artificial intelligence
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
U
Unit 42
博客园_首页
WordPress大学
WordPress大学
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
F
Fortinet All Blogs
腾讯CDC
罗磊的独立博客
IT之家
IT之家
I
InfoQ
V
V2EX
博客园 - 叶小钗
A
About on SuperTechFans
Y
Y Combinator Blog
C
Check Point Blog
量子位
Martin Fowler
Martin Fowler
Vercel News
Vercel News

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

Saturday, September 9, 2023
Posted by rafaelfranca

Hi everyone,

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

CHANGES since 7.0.7

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

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

$ shasum -a 256 *-7.0.8.gem
1f504ddb4ab6a34f7c52e9df924441a403e9f358bace330c36dcca6358ecfb84  actioncable-7.0.8.gem
9420037b801e44aa4e36cf113f4bd6eb25c17eb1b84d9c8865e8abf8846c14e5  actionmailbox-7.0.8.gem
22574f270ed80bcd158f16b99068fad7772173e21c4332504238dae58fdccf70  actionmailer-7.0.8.gem
2b998c6f6540ec07ad2e16b39f9acae22c8c4fda6b377417c2cfddf8c04d61d0  actionpack-7.0.8.gem
f7966296cec0a48e8644b59de2bfc8b7847d43a7809dfe040015a32aecc88744  actiontext-7.0.8.gem
a22d692b9a6422f36882425301a4043fbe078a66e94a909a60a6a216246fd776  actionview-7.0.8.gem
cb63d6a9f9af3379b7927bcb09a453d63db66ba9ec681018a8b21c5a0f8bc1b2  activejob-7.0.8.gem
95beb8a2f6d1e0c7b4e3c0f17771b3a3024a25ad8c6e9d2d357e3cf1d5479c00  activemodel-7.0.8.gem
f236255235ab8c15f7a7bea3b77a35377801827e24d6e536dc776080f4dd8a13  activerecord-7.0.8.gem
8c2cae8de321ec899c7e7c4655331714fdd57f0966215286330f5c4d95a9db34  activestorage-7.0.8.gem
458316bb5098211ba9436d3c64d883177f09c49d1e29aa00f970d160275f13a1  activesupport-7.0.8.gem
8e43af921acf766fb429126f020ec90c3b25809631f8fbdff95c3553828d5867  rails-7.0.8.gem
12325c3933efd33f8ead640197dec3b8c27c8d45607dd68b7b925896bf09cc69  railties-7.0.8.gem

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