Ruby on Rails 3.2.15 has been released!

Hi everyone,

I am happy to announce that Rails 3.2.15 has been released. This is a bug fix release and includes 56 commits.

This release also contains one security fix that you can read about [here](Redirecting to Google Groups). Users are encouraged to upgrade as soon as possible.

## CHANGES since 3.2.14

To view the changes for each gem, please read the changelogs on GitHub:

* [Action Mailer CHANGELOG](rails/CHANGELOG.md at v3.2.15 · rails/rails · GitHub) * [Action Pack CHANGELOG](rails/CHANGELOG.md at v3.2.15 · rails/rails · GitHub) * [Active Model CHANGELOG](rails/CHANGELOG.md at v3.2.15 · rails/rails · GitHub) * [Active Record CHANGELOG](rails/CHANGELOG.md at v3.2.15 · rails/rails · GitHub) * [Active Resource CHANGELOG](rails/CHANGELOG.md at v3.2.15 · rails/rails · GitHub) * [Active Support CHANGELOG](rails/CHANGELOG.md at v3.2.15 · rails/rails · GitHub) * [Railties CHANGELOG](rails/CHANGELOG.md at v3.2.15 · rails/rails · GitHub)

*Full listing*

To see the full list of changes, [check out all the commits on GitHub](Comparing v3.2.14...v3.2.15 · rails/rails · 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:

$ shasum *
3c9bf15a9b2ea5c4c3280638776f84783adefe6d  actionmailer-3.2.15.gem
34cc3d5cbcee97a4e57ee9d909f51f0f387991bb  actionpack-3.2.15.gem
b1c631dd75fffee2f34407aaf01405aef6c63a43  activemodel-3.2.15.gem
7c86074b47c3864943b719d5b969264e2ace722c  activerecord-3.2.15.gem
a95f88e30d1af9c377f01725282d0e581bd9f88f  activeresource-3.2.15.gem
08b57d2bf95fd16eb9bf1de144f7f0461894ee68  activesupport-3.2.15.gem
da220b9b6f37871d7f32f4c66fe33d42acc92a5a  rails-3.2.15.gem
66e189a5331dabc675459001d57e0fd906f3a888  railties-3.2.15.gem

I'd like to thank you all, every contributor who helped with this release, especially everyone who tried the release candidates.

Hi,

I have a question about the ActionMailer rails/actionmailer/CHANGELOG.md, You provide a link to the CVE-2013-4389 security issue but the changelog of ActionMailer is empty for the 3.2.15 version. I checked the commit changelog on GitHub and the modification recommended is included in 3.2.15 release.

Is this normal or is this voluntary?

Best regards.

Good question. I think the reason that we didn’t documented in the CHANGELOG was because it doesn’t affect the API, and it doesn’t break anything.

We tends to only log the changes that is very significant and may affect the way you work. If someone wants a full history, they’re encouraged to look at the git log instead.

Thank you,

Prem