aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods/serialization.rb
Commit message (Expand)AuthorAgeFilesLines
* 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