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

推荐订阅源

罗磊的独立博客
The GitHub Blog
The GitHub Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
小众软件
小众软件
博客园_首页
G
Google Developers Blog
Apple Machine Learning Research
Apple Machine Learning Research
MyScale Blog
MyScale Blog
Engineering at Meta
Engineering at Meta
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell
人人都是产品经理
人人都是产品经理
B
Blog RSS Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
D
Docker
B
Blog
雷峰网
雷峰网
WordPress大学
WordPress大学
Stack Overflow Blog
Stack Overflow Blog
宝玉的分享
宝玉的分享

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

Monday, June 16, 2014
Posted by rafaelfranca

Hi everyone,

I am happy to announce that Rails 4.1.2.rc2 and 4.0.6.rc2 have been released.

We had a regression with the protected_attributes gem, so if you are using it in your Rails application make sure you are using protected_attributes 1.0.8 to get it working with these Rails versions.

If no new regressions are found expect the final release this Thursday, on Jun 19, 2014. If you find one, please open an issue on GitHub and mention me (@rafaelfranca) on it, so that we can fix it before the final release.

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

$ shasum *4.0.6.rc2*
4f92e40428cf3513823b16fb674cc59367c30e13  actionmailer-4.0.6.rc2.gem
87449d571f13806399bf26aa1fe666787a197af2  actionpack-4.0.6.rc2.gem
b8b9927eb65b43c10d0b7d79a4942925105c7dbb  activemodel-4.0.6.rc2.gem
3c37325ff3f763dce52554046ff07bacbfbb1dd6  activerecord-4.0.6.rc2.gem
f3572822ab03eeee772d849cb9201d29464e0bbb  activesupport-4.0.6.rc2.gem
020211149871991b45926e23a72c483826e14904  rails-4.0.6.rc2.gem
a86b1e31db544c762ebe1005db0e783ad6de604b  railties-4.0.6.rc2.gem

Here are the checksums for 4.1.2.rc2:

$ shasum *4.1.2.rc2*
a34885dfbadd9bb8aeb8047428f04f5680ef40ef  actionmailer-4.1.2.rc2.gem
4800e2ddac6c248817a2bedf2c8b35bd1dab7edd  actionpack-4.1.2.rc2.gem
777e2030dde924fb0a851f6227ee2224a9479735  actionview-4.1.2.rc2.gem
80597481e829dad1e8c7a9a331f3d1d64b7ac97d  activemodel-4.1.2.rc2.gem
5636ec01c68be14d3fb111a2a0c97ad7954929e5  activerecord-4.1.2.rc2.gem
cd64099318e90c72c8588f86c2355aef32580ab6  activesupport-4.1.2.rc2.gem
0f1a970cb66799374db8cbb68f536a515e6d87c0  rails-4.1.2.rc2.gem
86662065b041095ad318256f3a8cda2986849f4c  railties-4.1.2.rc2.gem

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