aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods/serialization.rb
Commit message (Expand)AuthorAgeFilesLines
* Serialized attribute can be serialized in an integer columnRafael Mendonça França2012-12-211-0/+8
* Backport #8078: Fix `attributes_before_type_cast` for serialised attributes.Nikita Afanasenko2012-11-091-0/+10
* Merge pull request #5810 from kennyj/fix_5797Aaron Patterson2012-05-301-3/+4
* Fix attribute_before_type_cast for serialized attributes. Fixes #4837.Jon Leighton2012-02-071-0/+8
* Make read_attribute code path accessible at the class levelJon Leighton2011-12-221-8/+12
* Remove the need for type_cast_attribute.Jon Leighton2011-12-011-8/+0
* Don't rely on underscore-prefixed attribute methods.Jon Leighton2011-12-011-7/+4
* consistencyJon Leighton2011-11-301-4/+4
* Don't check column type, you might implement a custom coder that serializes t...Jon Leighton2011-11-301-1/+1
* omg computer science!Jon Leighton2011-11-301-18/+34
* Don't need second paramJon Leighton2011-11-301-1/+1
* Move some serialization stuff out of BaseJon Leighton2011-11-301-0/+42
* Extract attribute serialization code into a separate moduleJon Leighton2011-11-301-0/+42