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

推荐订阅源

Martin Fowler
Martin Fowler
Y
Y Combinator Blog
M
MIT News - Artificial intelligence
The Cloudflare Blog
WordPress大学
WordPress大学
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 司徒正美
小众软件
小众软件
Blog — PlanetScale
Blog — PlanetScale
雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
C
Check Point Blog
D
DataBreaches.Net
T
The Blog of Author Tim Ferriss
V
V2EX
F
Fortinet All Blogs
B
Blog
大猫的无限游戏
大猫的无限游戏
N
Netflix TechBlog - Medium
B
Blog RSS Feed
A
About on SuperTechFans
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

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
[ANN] Rails 4.1.6 and 4.0.10 have been released!
David Heinemeier Hansson · 2014-09-12 · via Ruby on Rails: Compress the complexity of modern web apps

Friday, September 12, 2014
Posted by rafaelfranca

Hi everyone,

I am happy to announce that Rails 4.1.6 and 4.0.10 have been released.

We are planning to produce one more bug fix release in the 4.0 series, targeted for early December. In keeping with our maintenance policy, after the upcoming release of 4.2.0, the 4.0 series will be retired. It will not receive further updates for either bug fixes or security issues. All users are urged to migrate to 4.1 as soon as possible.

CHANGES since 4.0.9

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.

CHANGES since 4.1.5

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-1

If you’d like to verify that your gem is the same as the one I’ve uploaded, please use these SHA-1 hashes.

Here are the checksums for 4.0.10:

$ shasum *4.0.10*
4bd4b8a2be1a2a649f46e37b6dff3a2d8f86fd7d  actionmailer-4.0.10.gem
45d76f39092149e46c31f9226dae71b3faa52012  actionpack-4.0.10.gem
08150685a471db48b240618b378ff22e3a9b7811  activemodel-4.0.10.gem
ed3f6b184b4b62b501e0d7876d8e2f946fe0ed31  activerecord-4.0.10.gem
7c886c946e835cbbfb09dc4b4daf7f1bf05db952  activesupport-4.0.10.gem
a2b8e24d83d5395f9532fcdbfa5c441d3f86e060  rails-4.0.10.gem
533c0589dadb4fc3bd5723bb9944464b545a88f3  railties-4.0.10.gem

Here are the checksums for 4.1.6:

$ shasum *4.1.6*
d6ab3d0aecb1cf97bd5a1050356b3151e4e8ef42  actionmailer-4.1.6.gem
ba7233c749a2229e11ef02acea2d114719ceac71  actionpack-4.1.6.gem
ed67c703dfb7d95e391da21f4f2aab52ae7bbfe4  actionview-4.1.6.gem
1a9ca827740d5e3e254b26886b19ea9094b407c5  activemodel-4.1.6.gem
69d77feb4ce141551875e2a4167d0f5529bd0526  activerecord-4.1.6.gem
dc838a42455b674b95c15bf7433552ffdf777a4f  activesupport-4.1.6.gem
8f2ebf38a0a8d70d8f19916e0b51ece8a954ff8d  rails-4.1.6.gem
c9b10576113567011d37fa28aa4e5ca99b2e4fd9  railties-4.1.6.gem

I’d like to thank you all, every contributor who helped with this release.