aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods/serialization.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-161-1/+1
* Allow `serialize` with a custom coder on `json` and `array` columnsRyuta Kamizono2017-08-131-7/+4
* Do not let use `serialize` on native JSON/array columnKir Shatrov2017-08-041-0/+24
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Report the attribute on ActiveRecord::SerializationTypeMismatchKir Shatrov2017-01-291-1/+1
* [ci skip] Use right format textAndrey Molchanov2016-09-281-1/+1
* revises most Lint/EndAlignment offensesXavier Noria2016-08-071-5/+5
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-2/+2
* [ci skip] Fix rdoc markupakihiro172015-08-121-1/+1
* Copy-edits in 04c349659bfd97f9eaf5266ef7a64b4eb367c6a8Rafael Mendonça França2015-06-121-1/+2
* add doc about how empty serialization objects are persisted Diego Carrion2015-06-121-0/+2
* Merge pull request #20364 from ernie/update-serialize-docsSean Griffin2015-05-291-0/+9
|\
| * Update docs for ActiveRecord `serialize`Ernie Miller2015-05-291-0/+9
|/
* Remove unneeded requiresRafael Mendonça França2015-01-041-2/+0
* Remove deprecated `serialized_attributes`Rafael Mendonça França2015-01-041-13/+0
* let's warn with heredocsXavier Noria2014-10-281-2/+6
* test, better describe `SerializationTypeMismatch` behavior. refs #14716.Yves Senn2014-10-161-2/+2
* docs, since #16702 we detect mutation on serialized attributes. [ci skip]Yves Senn2014-10-161-3/+0
* Avoid using heredoc for user warningsGodfrey Chan2014-08-281-4/+3
* Revert "Revert "Merge pull request #16059 from jenncoop/json-serialized-attr""Godfrey Chan2014-07-151-1/+6
* Revert "Merge pull request #16059 from jenncoop/json-serialized-attr"Godfrey Chan2014-07-051-6/+1
* Merge pull request #16059 from jenncoop/json-serialized-attrGodfrey Chan2014-07-051-1/+6
* 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