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

推荐订阅源

B
Blog
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
人人都是产品经理
人人都是产品经理
Jina AI
Jina AI
雷峰网
雷峰网
博客园_首页
WordPress大学
WordPress大学
博客园 - 司徒正美
爱范儿
爱范儿
博客园 - 聂微东
IT之家
IT之家
美团技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
有赞技术团队
有赞技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
Tailwind CSS Blog
博客园 - Franky
V
V2EX
GbyAI
GbyAI
阮一峰的网络日志
阮一峰的网络日志

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 Version 8.0.3 has been released!
David Heinemeier Hansson · 2025-09-22 · via Ruby on Rails: Compress the complexity of modern web apps

Monday, September 22, 2025
Posted by rafaelfranca

Hi everyone,

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

CHANGES since 8.0.2

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

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

$ shasum -a 256 *-8.0.3.gem
f8cad39cebefaa1c9d4904f3e843022f22ee7a9201b59db703bf3ef7f2877493  actioncable-8.0.3.gem
2a0444f8937c641db100128a1826554c5298ade65c62b623a1fcb34a1dc6bd2f  actionmailbox-8.0.3.gem
6dc0c3701065a96f845a05a28e9d7a60055222cfc324cc6c3a281cec148cc723  actionmailer-8.0.3.gem
d63c21cb109e0529d785ffdb657a092928890327c5c8ea2e46f63b6751be5ad3  actionpack-8.0.3.gem
1c46fdfa60ffa282bf29cccc0714071128826bef5740c4f2a88d375d206a9df4  actiontext-8.0.3.gem
5171946ff07d1e95bf3d805ad9425a89040a013dea11bb1f4cf604f108b1ce66  actionview-8.0.3.gem
469eddb3822aff1c6a0df0bd3398f28bff8fcd1bd0e9d309e6b7ccbd0bdba1b6  activejob-8.0.3.gem
406907245a1c6c04cdf2187cc4590fdc081d7a07392123d322125677022ea67c  activemodel-8.0.3.gem
9b95c63b2ae9ccb57bb15db730300fdd02af387e12474eb9002a668acab3cea8  activerecord-8.0.3.gem
4f4eadeb5d128a35ed21d960eeece027225b36d54542512c8a36ad5316988c5e  activestorage-8.0.3.gem
a711ce5e30660b23232f26a38699469f8d859d47aa1f722e183fda6d7cc17823  activesupport-8.0.3.gem
5d83c0822d1aaea32a278a99b1afedd3f28e14cfff846e96987bb24ebcb3fd45  rails-8.0.3.gem
ace31dcad7134299a64d6d96310d76d32868756e58e2983e25b121acd457f1d2  railties-8.0.3.gem

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