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

推荐订阅源

Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog
T
The Blog of Author Tim Ferriss
量子位
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - Franky
小众软件
小众软件
Recent Announcements
Recent Announcements
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
I
InfoQ
美团技术团队
G
Google Developers Blog
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
Visual Studio Blog
云风的 BLOG
云风的 BLOG
博客园 - 【当耐特】
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog
博客园 - 聂微东
Last Week in AI
Last Week in AI
H
Hackread – Cybersecurity News, Data Breaches, AI and More
H
Help Net Security

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.2 and 4.0.6 have been released!
David Heinemeier Hansson · 2014-06-26 · via Ruby on Rails: Compress the complexity of modern web apps

Thursday, June 26, 2014
Posted by rafaelfranca

Hi everyone,

Rails 4.1.2 and Rails 4.0.6 are finally out. Rails 4.1.2 is the first bug fix release for the 4.1 series. Rails 4.0.6 includes a lot of bug fixes to make the upgrade path from Rails 3 easier.

CHANGES since 4.0.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.

CHANGES since 4.1.1

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.6:

$ shasum *4.0.6*
a343354aa1e0938ecce8665ef4aeee05a5f46a2c  actionmailer-4.0.6.gem
31c869fad7d3996e57fcb54c02db00af7a3a0d13  actionpack-4.0.6.gem
c98040fd624b3946fa53cfa5015178108fd95ada  activemodel-4.0.6.gem
c7d2863923b2b98b4f81e79121a5f4227a95407f  activerecord-4.0.6.gem
2b9ef712c1edb0b6b52891984bcf41daa85487e8  activesupport-4.0.6.gem
d99210557ce76138c4493cd6fc0428b9fd9535e0  rails-4.0.6.gem
6d4c0c37cfce73052607f02c1121770267449c0d  railties-4.0.6.gem

Here are the checksums for 4.1.2:

$ shasum *4.1.2*
df160752af2f6aa27926ae8874402bef9090082b  actionmailer-4.1.2.gem
7982759fca5f229b9fa655f9eef569a792af36f9  actionpack-4.1.2.gem
1858c063242b5fad0c780599c72a1c8751a87bef  actionview-4.1.2.gem
ddadace54c147ba25983352a3fccefbe89a1cc0e  activemodel-4.1.2.gem
b0d1cfecb597b4240d0586869d7bfc943d8c1532  activerecord-4.1.2.gem
a3597126199cbfad360f8c47adcd0a41c47e532e  activesupport-4.1.2.gem
b8246aa396172b409656cd198cc6b1f3a13f7f25  rails-4.1.2.gem
19bfbf57636a2c81e606fe284adcf74767c4bc52  railties-4.1.2.gem

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