aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/serialized_attribute_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unused requiresRyuta Kamizono2019-03-011-2/+0
* Avoid `Topic.dup` to prevent weird test failureRyuta Kamizono2019-03-011-1/+1
* Reset dirty `topics` table for `SerializedAttributeTest`Ryuta Kamizono2019-03-011-1/+1
* Use dedicated `Topic` model for `SerializedAttributeTest`Ryuta Kamizono2019-02-281-20/+14
* Reset column info on original Topic in serialized attr testGannon McGibbon2019-01-091-2/+11
* Fix unstable `test_serialized_attribute_works_under_concurrent_initial_access...yuuji.yaginuma2018-12-051-1/+1
* Fix attribute decoration leak on serialized attribute testGannon McGibbon2018-11-291-0/+4
* Address intermittent CI failure due to non-determined sort orderRyuta Kamizono2018-08-191-1/+1
* Fix force equality checking not to break the serialized attribute with ArrayRyuta Kamizono2018-06-061-0/+7
* Make force equality checking more strictly not to allow serialized attributeRyuta Kamizono2018-05-251-0/+7
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* Change refute to assert_notDaniel Colson2018-01-251-1/+1
* 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
* Add a Monitor to ModelSchema#load_schemaMatthew Draper2017-05-251-0/+28
* Indicate action that failed in YamlColumnKir Shatrov2017-02-051-1/+1
* Report the attribute on ActiveRecord::SerializationTypeMismatchKir Shatrov2017-01-291-0/+14
* assert_equal takes expectation firstAkira Matsuda2016-12-261-3/+3
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Revert "Made ActiveRecord consistently use ActiveRecord::Type (not"Sean Griffin2016-10-231-2/+2
* Made ActiveRecord consistently use ActiveRecord::Type (notIain Beeston2016-10-031-2/+2
* Do not handle as an associated predicate if a table has the columnRyuta Kamizono2016-08-161-0/+7
* modernizes hash syntax in activerecordXavier Noria2016-08-061-9/+9
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-17/+17
* Fix false positive mutation detection when JSON is used with serializeSean Griffin2016-05-121-0/+33
* Add a test to ensure `serialize` persists `nil` as `NULL`Sean Griffin2015-06-121-0/+8
* Add a missing test case for the persistence behavior of `serialize`Sean Griffin2015-06-111-0/+13
* Make sure to persist a newly-nil serialized valueMatthew Draper2015-03-231-0/+10
* Remove deprecated `serialized_attributes`Rafael Mendonça França2015-01-041-6/+0
* Provide a better error message for unsupported classes in `serialize`Sean Griffin2014-12-271-0/+6
* Don't treat `nil` as changed in serialized typesSean Griffin2014-12-231-0/+8
* `update_column` take ruby-land input, not database-land inputSean Griffin2014-12-161-2/+4
* Fixed test throwing unused variable warningVipul A M2014-10-191-1/+1
* test, better describe `SerializationTypeMismatch` behavior. refs #14716.Yves Senn2014-10-161-2/+1
* AR#reset_column_information sometimes queries via table_exists?Akira Matsuda2014-08-311-1/+1
* Document the change in `nil` handling for serialized attributesGodfrey Chan2014-07-151-9/+12
* Fixed SQL syntax for postgresqlGodfrey Chan2014-07-151-1/+1
* Merge pull request #16162 from chancancode/fix_json_coderGodfrey Chan2014-07-151-0/+18
* Revert "Revert "Merge pull request #16059 from jenncoop/json-serialized-attr""Godfrey Chan2014-07-151-1/+15
* Revert "Merge pull request #16059 from jenncoop/json-serialized-attr"Godfrey Chan2014-07-051-15/+1
* Merge pull request #16059 from jenncoop/json-serialized-attrGodfrey Chan2014-07-051-1/+15
* Deprecate `serialized_attributes` without replacementSean Griffin2014-06-141-2/+4
* Introduce an Attribute object to handle the type casting danceSean Griffin2014-06-131-6/+0
* Don't query the database schema when calling `serialize`Sean Griffin2014-06-071-0/+7
* Bring type casting behavior of hstore/json in line with serializedSean Griffin2014-06-041-1/+1
* Remove most code related to serialized propertiesSean Griffin2014-06-011-4/+7
* Update some bad test cases for serialized columnsSean Griffin2014-05-301-53/+17
* Refactor serialized types to be partially defined as custom propertiesSean Griffin2014-05-291-10/+0
* Fix serialized field returning serialized data after update_columnSimon Eskildsen2014-04-051-0/+16