| Commit message (Expand) | Author | Age | Files | Lines |
* | Indicate action that failed in YamlColumn | Kir Shatrov | 2017-02-05 | 1 | -4/+4 |
* | Report the attribute on ActiveRecord::SerializationTypeMismatch | Kir Shatrov | 2017-01-29 | 1 | -2/+3 |
* | beginrescueend | Akira Matsuda | 2017-01-12 | 1 | -5/+3 |
* | let Regexp#match? be globally available | Xavier Noria | 2016-10-27 | 1 | -1/+0 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -1/+0 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -6/+6 |
* | applies new string literal convention in activerecord/lib | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
* | adds missing requires | Xavier Noria | 2016-07-24 | 1 | -0/+1 |
* | systematic revision of =~ usage in AR | Xavier Noria | 2016-07-23 | 1 | -1/+1 |
* | Fix bug in JSON deserialization when column default is an empty string | Johannes Opper | 2016-02-22 | 1 | -1/+1 |
* | Clean up the implementation of AR::Dirty | Sean Griffin | 2015-09-24 | 1 | -8/+9 |
* | Provide a better error message for unsupported classes in `serialize` | Sean Griffin | 2014-12-27 | 1 | -0/+11 |
* | Merge pull request #16162 from chancancode/fix_json_coder | Godfrey Chan | 2014-07-15 | 1 | -1/+1 |
* | Revert "Revert "Merge pull request #16059 from jenncoop/json-serialized-attr"" | Godfrey Chan | 2014-07-15 | 1 | -0/+13 |
* | Revert "Merge pull request #16059 from jenncoop/json-serialized-attr" | Godfrey Chan | 2014-07-05 | 1 | -13/+0 |
* | Merge pull request #16059 from jenncoop/json-serialized-attr | Godfrey Chan | 2014-07-05 | 1 | -0/+13 |
* | Remove all error masking when decoding serialized data fails? | Mike Mangino | 2013-04-02 | 1 | -13/+8 |
* | Raise an exception when unserialization fails due to a missing class | Mike Mangino | 2013-03-28 | 1 | -1/+2 |
* | drop errors constant | Vipul A M | 2013-03-27 | 1 | -2/+1 |
* | fix AR::Coders::YAMLColumn nodoc [ci skip] | Francesco Rodriguez | 2012-09-21 | 1 | -4/+2 |
* | Psych is always available on 1.9 | Jeremy Kemper | 2012-05-31 | 1 | -5/+3 |
* | ActiveRecord::Coders::YAMLColumn#dump should raise an error | Guten | 2012-03-26 | 1 | -1/+7 |
* | Do not serialize nil in serialized attribute. | Kirill Lashuk | 2012-01-31 | 1 | -1/+1 |
* | Make serialized columns with explicit object_type return a new instance of th... | Guillermo Álvarez | 2011-02-03 | 1 | -0/+2 |
* | move the coders to the serialized_attributes hash | Aaron Patterson | 2011-02-01 | 1 | -1/+6 |
* | adding a YAML Column coder for YAML serialization to db columns | Aaron Patterson | 2011-02-01 | 1 | -0/+34 |