aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/yaml_serialization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* 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
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Ensure `false` is preserved in attr serializationNick Rivadeneira2017-06-221-0/+8
|/
* Define path with __dir__bogdanvlviv2017-05-231-2/+2
* Restore `fixtures :author_addresses`Ryuta Kamizono2017-04-271-1/+1
* Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-04-261-1/+1
* Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2017-03-261-1/+1
* Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-01-031-1/+1
* Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...Rafael França2017-01-031-1/+1
|\
| * Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2016-12-031-1/+1
* | "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
|/
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-7/+7
* modernizes hash syntax in activerecordXavier Noria2016-08-061-3/+3
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-9/+9
* Make Active Record emit significantly smaller YAMLSean Griffin2016-05-311-0/+10
* Add YAML compatibility for objects from Rails 4.2Sean Griffin2015-03-101-26/+18
* Attempt to provide backwards compatible YAML deserializationSean Griffin2015-03-101-0/+43
* Implement required #encode_withGustavo Beathyate2014-07-151-0/+1
* Keep the types of virtual columns after yaml serializationSean Griffin2014-06-101-1/+14
* New records should remain new after yaml serializationSean Griffin2014-06-011-0/+17
* Don't change values in `@raw_attributes` during serializationSean Griffin2014-06-011-7/+12
* Add test for ActiveRecord::Relation YAML serialization, for #5303 issueIvan Antropov2013-11-031-0/+4
* prevent global timezone state from leaking out of test cases.Yves Senn2013-10-251-10/+4
* No need to require psych since require yaml does that.Rafael Mendonça França2012-01-041-1/+0
* No need to use rescue block to require psychRafael Mendonça França2012-01-041-18/+14
* stop test resetting global stateJon Leighton2011-12-231-0/+6
* Add hackery to make Syck use encode_with/init_with. Fixes 1.8 after recent ch...Jon Leighton2011-12-011-0/+5
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* adding an `encode_with` method for Psych dump/load methodsAaron Patterson2011-01-051-0/+7
* make sure new objects can round tripAaron Patterson2011-01-051-0/+6
* make sure that Psych can roundtrip an AR objectAaron Patterson2011-01-051-0/+13
* adding a test for YAML round tripAaron Patterson2010-12-021-0/+9
* Added #to_i to DateTime in ActiveSupport so #to_yaml works correctly on Activ...Serguei Filimonov2009-12-151-0/+11