aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/coders
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16162 from chancancode/fix_json_coderGodfrey Chan2014-07-151-1/+1
* Revert "Revert "Merge pull request #16059 from jenncoop/json-serialized-attr""Godfrey Chan2014-07-151-0/+13
* Revert "Merge pull request #16059 from jenncoop/json-serialized-attr"Godfrey Chan2014-07-051-13/+0
* Merge pull request #16059 from jenncoop/json-serialized-attrGodfrey Chan2014-07-051-0/+13
* Remove all error masking when decoding serialized data fails?Mike Mangino2013-04-021-13/+8
* Raise an exception when unserialization fails due to a missing classMike Mangino2013-03-281-1/+2
* drop errors constantVipul A M2013-03-271-2/+1
* fix AR::Coders::YAMLColumn nodoc [ci skip]Francesco Rodriguez2012-09-211-4/+2
* Psych is always available on 1.9Jeremy Kemper2012-05-311-5/+3
* ActiveRecord::Coders::YAMLColumn#dump should raise an errorGuten2012-03-261-1/+7
* Do not serialize nil in serialized attribute.Kirill Lashuk2012-01-311-1/+1
* Make serialized columns with explicit object_type return a new instance of th...Guillermo Álvarez2011-02-031-0/+2
* move the coders to the serialized_attributes hashAaron Patterson2011-02-011-1/+6
* adding a YAML Column coder for YAML serialization to db columnsAaron Patterson2011-02-011-0/+34