aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods/serialization.rb
Commit message (Expand)AuthorAgeFilesLines
* Change the deprecation warning on `serialized_attributes`Sean Griffin2014-06-151-8/+2
* Deprecate `serialized_attributes` without replacementSean Griffin2014-06-141-16/+17
* Detect in-place changes on mutable AR attributesSean Griffin2014-06-131-17/+0
* Don't query the database schema when calling `serialize`Sean Griffin2014-06-071-4/+2
* Refactor determination of whether the field has changedSean Griffin2014-06-031-8/+0
* Remove most code related to serialized propertiesSean Griffin2014-06-011-51/+0
* Don't change values in `@raw_attributes` during serializationSean Griffin2014-06-011-1/+1
* Rename attribute related instance variables to better express intentSean Griffin2014-05-301-2/+2
* Move `type_cast_for_write` behavior over to the serialized type objectSean Griffin2014-05-291-37/+2
* Refactor serialized types to be partially defined as custom propertiesSean Griffin2014-05-291-20/+6
* Add an interface for type objects to control Ruby => SQLSean Griffin2014-05-261-4/+2
* Merge pull request #14613 from Sirupsen/fix-serialize-update-columnRafael Mendonça França2014-05-211-0/+8
|\
| * Fix serialized field returning serialized data after update_columnSimon Eskildsen2014-04-051-0/+8
* | 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