aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods/serialization.rb
Commit message (Expand)AuthorAgeFilesLines
* docs, double meaning of `serialize` argument. Closes #14284.Yves Senn2014-04-141-5/+16
* AestheticRafael Mendonça França2014-01-291-6/+5
* Fixing issue with activerecord serialization not being able to dump a record ...Mauricio Linhares2014-01-291-0/+11
* Move changed_attributes into dirty.rbKeenan Brock2014-01-221-0/+8
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-11-071-0/+3
|\
| * warning about saving models with dirty attributesDamien Mathieu2013-10-231-0/+3
* | `ActiveRecord::Store` works together with PG `hstore` columns.Yves Senn2013-10-251-0/+4
|/
* fix serialization type cast when value is already unserializedJan Berdajs2013-06-051-1/+5
* the typecast value should be passed to the serializer. fixes #10830Aaron Patterson2013-06-051-5/+5
* Remove instance level serialized_attributes setting was deprecated.kennyj2013-06-021-7/+0
* fix :nodoc: mark on AR::AttributeMethods::Serialization [ci skip]Francesco Rodriguez2013-04-121-2/+2
* update ActiveRecord::AttributeMethods::Serialization documentation [ci skip]Francesco Rodriguez2013-04-041-0/+7
* Serialized attribute can be serialized in an integer columnRafael Mendonça França2012-12-211-0/+8
* Keep the code related to serialization in Serialization module.Nikita Afanasenko2012-11-101-1/+9
* Fix `attributes_before_type_cast` for serialised attributes.Nikita Afanasenko2012-10-311-0/+10
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1
* Provide a call stack for deprecation warnings where needed.Nikita Afanasenko2012-10-291-1/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-281-8/+11
|\
| * update AR/attribute_methods documentation [ci skip]Francesco Rodriguez2012-09-211-8/+11
* | Removing dead code. attribute_cast_code is not called.kennyj2012-09-281-10/+0
|/
* Use instance_accessor: false instead of instance_writer.kennyj2012-08-211-2/+7
* Pull more serialize code into a lazy included moduleJon Leighton2012-08-171-60/+63
* Optimize instantiation for models which don't use serializeJon Leighton2012-08-171-13/+20
* Added *instance_writer: false* for stored/serialized attributes.kennyj2012-07-071-1/+1
* Simplify AR configuration code.Jon Leighton2012-06-151-1/+1
* Fix #5797. Error calling dup method on AR model with serialized fieldkennyj2012-05-301-3/+4
* removing dead codeAaron Patterson2012-02-091-8/+0
* Merge branch 'master' into instance_readerAaron Patterson2012-02-091-0/+8
|\
| * Fix attribute_before_type_cast for serialized attributes. Fixes #4837.Jon Leighton2012-02-071-0/+8
* | give each PG type a `type` method and decortate tz attributesAaron Patterson2012-02-071-0/+4
* | wrap and cache columns for typecastingAaron Patterson2012-02-071-0/+10
* | moved most of the evald code in to regular ruby codeAaron Patterson2012-02-071-2/+2
* | copy the columns hash to the active record instances, typecast using columns ...Aaron Patterson2012-02-071-0/+8
|/
* Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-1/+1
* Make read_attribute code path accessible at the class levelJon Leighton2011-12-221-8/+12
* 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