Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |