Rails 4.1.2 and 4.0.6 have been released!

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](https://github.com/rails/rails/compare/v4.0.5…v4.0.6).

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](https://github.com/rails/rails/compare/v4.1.1…v4.1.2).

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.

Rafael Mendonça França http://twitter.com/rafaelfranca

https://github.com/rafaelfranca

Question:

How come https://github.com/rails/rails/pull/15493 relaxing the mail gem version didn’t make it into the release?

-Benjamin

The backports commits were:

https://github.com/rails/rails/commit/c3f68993a34a7e366f4fb769ee5dfd7630638155 https://github.com/rails/rails/commit/3d2f340d65113d95d4ead7eccfa44e8f221d630c

and they did not made into the release since we already cut the release branches at that point. You’ll need to wait for another patch release.

-Prem