aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods/serialization.rb
Commit message (Expand)AuthorAgeFilesLines
* 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