aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/coders
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-192-0/+4
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-022-2/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-012-0/+2
* Indicate action that failed in YamlColumnKir Shatrov2017-02-051-4/+4
* Report the attribute on ActiveRecord::SerializationTypeMismatchKir Shatrov2017-01-291-2/+3
* beginrescueendAkira Matsuda2017-01-121-5/+3
* let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-2/+2
* adds missing requiresXavier Noria2016-07-241-0/+1
* systematic revision of =~ usage in ARXavier Noria2016-07-231-1/+1
* Fix bug in JSON deserialization when column default is an empty stringJohannes Opper2016-02-221-1/+1
* Clean up the implementation of AR::DirtySean Griffin2015-09-241-8/+9
* Provide a better error message for unsupported classes in `serialize`Sean Griffin2014-12-271-0/+11
* 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