rails--rails/activesupport/test/json
Yves Senn 78dca35103 `#as_json` isolates options when encoding a hash. Closes #8182
Setting options in a custom `#as_json` method had side effects.
Modifications of the `options` hash leaked outside and influenced
the conversion of other objects contained in the hash.
2012-11-12 16:06:08 +01:00
..
decoding_test.rb Removing extra requires from the test. Already loaded in abstract_unit. 2011-07-31 23:36:21 +05:30
encoding_test.rb `#as_json` isolates options when encoding a hash. Closes #8182 2012-11-12 16:06:08 +01:00