This project is archived and is in readonly mode.

Changeset [c567ccbb1738969345b29297e40a9aee87a97391] by Raimonds Simanovskis

February 9th, 2011 @ 05:19 PM

bugfix for serialized_attributes to be class specific

previously serialized_attributes were kept as class attribute of ActiveRecord::Base - if some attribute was defined as serialized in one subclass then it was serialized in all other subclasses as well (if it had the same name)
https://github.com/rails/rails/commit/c567ccbb1738969345b29297e40a9...

Committed by Raimonds Simanovskis

  • M activerecord/lib/active_record/base.rb
  • M activerecord/test/cases/attribute_methods_test.rb

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>