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

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
Stack Overflow Blog
Stack Overflow Blog
量子位
腾讯CDC
N
Netflix TechBlog - Medium
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
S
SegmentFault 最新的问题
A
About on SuperTechFans
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
G
Google Developers Blog
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
雷峰网
雷峰网
罗磊的独立博客
Vercel News
Vercel News
L
LangChain Blog
V
V2EX
P
Proofpoint News Feed
M
MIT News - Artificial intelligence
博客园 - Franky
V
Visual Studio Blog
J
Java Code Geeks

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
New Rails Releases and End of Support Announcement
David Heinemeier Hansson · 2025-10-29 · via Ruby on Rails: Compress the complexity of modern web apps

Wednesday, October 29, 2025
Posted by rafaelfranca

Hi everyone,

We are pleased to announce that Rails versions 7.0.10, 7.1.6, 7.2.3, 8.0.4, and 8.1.1 have been released!

These releases contain bug fixes and improvements across all supported versions.

End of Support for Rails 7.0 and 7.1

Along with these releases, we are announcing that Rails 7.0 and 7.1 have reached their end-of-life and are no longer supported.

  • Rails 7.0.x was released on December 15, 2021, and has now completed its security support period. Version 7.0.10 is the final release of this series.
  • Rails 7.1.x was released on October 5, 2023, and has now completed its security support period. Version 7.1.6 is the final release of this series.

If you are still running Rails 7.0 or 7.1, we strongly encourage you to upgrade to a supported version as soon as possible. These versions will no longer receive security fixes or bug fixes.

Extended Support for Rails 8.0

We are also announcing that Rails 8.0 support has been extended by 6 months. This extension was made because Rails 8.1 was released more than six months after Rails 8.0, and per our maintenance policy, we extend support when no release is made within one year.

This means Rails 8.0 will now receive Bug fixes until May 7, 2026 (extended from November 7, 2025).

Currently Supported Versions

After these releases, the following versions are currently supported:

Bug Fixes Support

  • Rails 8.1.x - Supported until October 10, 2026
  • Rails 8.0.x - Supported until May 7, 2026

Security Fixes Support

  • Rails 8.1.x - Supported until October 10, 2027
  • Rails 8.0.x - Supported until November 7, 2026
  • Rails 7.2.x - Supported until August 9, 2026

For more information about our maintenance policy, please visit the Rails Maintenance Policy page.

CHANGES

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

To view the detailed changes for each gem, please read the changelogs on GitHub for each version:

Rails 8.1.1

Rails 8.0.4

Rails 7.2.3

Rails 7.1.6

Rails 7.0.10

As always, huge thanks to the many contributors who helped with these releases.