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

推荐订阅源

N
Netflix TechBlog - Medium
J
Java Code Geeks
爱范儿
爱范儿
雷峰网
雷峰网
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 三生石上(FineUI控件)
H
Hackread – Cybersecurity News, Data Breaches, AI and More
B
Blog RSS Feed
Google DeepMind News
Google DeepMind News
Jina AI
Jina AI
The GitHub Blog
The GitHub Blog
I
InfoQ
月光博客
月光博客
博客园 - 聂微东
博客园 - Franky
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
G
Google Developers Blog
Blog — PlanetScale
Blog — PlanetScale
L
LangChain Blog
罗磊的独立博客
Apple Machine Learning Research
Apple Machine Learning Research

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.1.4 has been released!
David Heinemeier Hansson · 2024-08-22 · via Ruby on Rails: Compress the complexity of modern web apps

Thursday, August 22, 2024
Posted by rafaelfranca

Hi everyone,

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

CHANGES since 7.1.3

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

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

$ shasum -a 256 *-7.1.4.gem
8443dfe12129cf6d7c93b16a5f0be83bf0d3f686875d7ff5e1110c884c3e8fbc  actioncable-7.1.4.gem
30be3b404290ef19c477aab19ee48cbcb6b409cc3f377f732c7b907998e6f36f  actionmailbox-7.1.4.gem
eae396a3f2de43c54f1d267ecc2e4593a0122f20e321dbee5c96ffcbbdfa4b25  actionmailer-7.1.4.gem
f5f8879debbf0b1a73dcc60f91c975b7bed7ff87c873b5fa794acaa1f3b7e230  actionpack-7.1.4.gem
5d07bfe0d50cec80f55f71526aa67bbcc401f0ea6dcb611687119294b0da9b92  actiontext-7.1.4.gem
c02bf0665edbfaf1616b41aad0ce8919820005226d4e78e56a998b6b32593953  actionview-7.1.4.gem
65f65a552aeb33f444fb57b9dc75ecc01693ef13ae410591c7a5f7763c3c0bf6  activejob-7.1.4.gem
188d055afdd07d2f037d23403c939618ea0d7fa518a7de1b76324c2876d410b6  activemodel-7.1.4.gem
836d6dac137ec5bb71e7ab943f6eca97917c8a2968fa466b38920f4812642cdd  activerecord-7.1.4.gem
23ebbb59fb9563f035ffa18d30b6bbc3a5d3f5cda004d19765f594db24f70b46  activestorage-7.1.4.gem
3a8e1a7ce5541ab2ffefaa390c40c89d7f54273dc671ed429614953cffd8a232  activesupport-7.1.4.gem
dfcf9e78d26db70320b99958e7ee8957db9cee5969279d449b925cdab18cc51e  rails-7.1.4.gem
54395f2753366699e54417aea67d8b3c0eefd994de2f4152d364a400de634a5a  railties-7.1.4.gem

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