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: * [Action Mailer CHANGELOG]( https://github.com/rails/rails/blob/v4.0.6/actionmailer/CHANGELOG.md) * [Action Pack CHANGELOG]( https://github.com/rails/rails/blob/v4.0.6/actionpack/CHANGELOG.md) * [Active Model CHANGELOG]( https://github.com/rails/rails/blob/v4.0.6/activemodel/CHANGELOG.md) * [Active Record CHANGELOG]( https://github.com/rails/rails/blob/v4.0.6/activerecord/CHANGELOG.md) * [Active Support CHANGELOG]( https://github.com/rails/rails/blob/v4.0.6/activesupport/CHANGELOG.md) * [Railties CHANGELOG]( https://github.com/rails/rails/blob/v4.0.6/railties/CHANGELOG.md) *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: * [Action Mailer CHANGELOG]( https://github.com/rails/rails/blob/v4.1.2/actionmailer/CHANGELOG.md) * [Action Pack CHANGELOG]( https://github.com/rails/rails/blob/v4.1.2/actionpack/CHANGELOG.md) * [Action View CHANGELOG]( https://github.com/rails/rails/blob/v4.1.2/actionview/CHANGELOG.md) * [Active Model CHANGELOG]( https://github.com/rails/rails/blob/v4.1.2/activemodel/CHANGELOG.md) * [Active Record CHANGELOG]( https://github.com/rails/rails/blob/v4.1.2/activerecord/CHANGELOG.md) * [Active Support CHANGELOG]( https://github.com/rails/rails/blob/v4.1.2/activesupport/CHANGELOG.md) * [Railties CHANGELOG]( https://github.com/rails/rails/blob/v4.1.2/railties/CHANGELOG.md) *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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/d/optout.
