aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/json
Commit message (Expand)AuthorAgeFilesLines
...
* Consolidate JSON encoding tests in one fileAndrew White2014-01-261-11/+48
* Added back the `encode_big_decimal_as_string` option with warningGodfrey Chan2013-12-021-0/+16
* Be explicit and use the actual unicode sequenceGodfrey Chan2013-11-261-1/+1
* Removed the Ruby encoder and switched to using the JSON gemGodfrey Chan2013-11-261-2/+2
* Removed support for encoding BigDecimal as a JSON numberGodfrey Chan2013-11-261-11/+0
* Expanded coverage on JSON encodingGodfrey Chan2013-11-261-2/+12
* Added some failing tests where the JSON encoder is not resolving as_json corr...Godfrey Chan2013-11-261-2/+12
* When Array#as_json and Hash#as_json are called without options, theyGodfrey Chan2013-11-221-0/+16
* Improved compatibility with the stdlib JSON gem.Godfrey Chan2013-11-141-0/+45
* Standardize all JSON encoded times to use 3 decimal fractional secondsRyan Glover2013-11-071-3/+3
* Do not expose internal state in the public encoder API (i.e. as_json)Godfrey Chan2013-11-061-3/+9
* Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`Godfrey Chan2013-11-051-4/+4
* Fixed Object#as_json and Struct#as_json with optionsGodfrey Chan2013-11-051-2/+27
* Raise an error when AS::JSON.decode is called with optionsGodfrey Chan2013-10-301-4/+2
* Moved all JSON core extensions into core_ext/object/jsonGodfrey Chan2013-09-131-0/+8
* Enabled quirks mode on JSON.parse, fixes broken test in af9caaeGodfrey Chan2013-09-121-1/+13
* Replace JSON.load with JSON.parse, also removed the proc parameterGodfrey Chan2013-09-111-1/+14
* Avoid defining multibyte method names in JSON decoding test for JRuby CompatGaurish Sharma2013-08-071-3/+4
* Remove active_support/json/variable was deprecated.kennyj2013-06-011-7/+0
* Fix some typo in method names, variablesVipul A M2013-05-261-1/+1
* Replace multi_json with jsonErik Michaels-Ober2013-05-111-23/+13
* Added escaping of U+2028 and U+2029 inside the json encoder.Mario Caropreso2013-05-091-2/+2
* Fixed bad tests to clean up after themselves.Ryan Davis2013-05-032-4/+15
* rewrite order dependent test case. #8185Yves Senn2012-12-271-1/+2
* Remove unicode character encoding from ActiveSupport::JSON.encodeBrett Carter2012-12-141-3/+16
* `#as_json` isolates options when encoding a hash. Closes #8182Yves Senn2012-11-121-0/+18
* Deprecate ActiveSupport::JSON::VariableErich Menge2012-08-071-0/+7
* Remove deprecated ActiveSupport::JSON::Variable.Erich Menge2012-05-301-2/+0
* True, False, and Nil should be represented in as_json as themselves.Erich Menge2012-05-291-0/+6
* BigDecimal string wrapping in JSON serialization can now be opted-out, fixes ...David FRANCOIS2012-05-021-0/+11
* JSON: encode BigDecimal NaN/Infinity as null.Sebi Burkhard2012-05-011-0/+1
* Merge pull request #2532 from hasclass/as_json__encode_infinite_and_nan_float...Piotr Sarnacki2012-04-301-0/+3
|\
| * JSON: Encode infinite or NaN floats as null to generate valid JSON.Sebi Burkhard2011-08-151-0/+3
* | use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* | use #to_s to convert Range to jsonSergey Nartimov2012-01-011-0/+4
* | remove checks for encodings availabilitySergey Nartimov2011-12-251-2/+2
* | Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-201-17/+13
|/
* Removing extra requires from the test. Already loaded in abstract_unit.Arun Agrawal2011-07-311-1/+0
* checked all .rb files in the project tree for missing magic comments, one was...Xavier Noria2011-07-231-1/+1
* Merge pull request #248 from bigfix/enumerable_as_jsonJosé Valim2011-05-071-9/+24
|\
| * Enumerable should pass encoding options to children in #as_json/#to_json.John Firebaugh2011-04-011-9/+24
* | AS Json parse_error makes a return for backwards compatibility, although it w...Josh Kalderimis2011-04-191-1/+1
* | removed AS backends and instead rely on MultiJson for json decodingJosh Kalderimis2011-04-181-7/+4
|/
* parse dates to yaml in json arraysDiego Carrion2011-03-221-0/+2
* test json decoding with time parsing disabled with all backends and respect A...Diego Carrion2011-03-221-4/+2
* Updated the json date regex to recognize xmlschema formatted date times durin...Josh Kalderimis2011-02-121-0/+4
* Fixes an issue when decoding a json string which looks like a date but is inv...Josh Kalderimis2011-02-111-0/+2
* Fix tests providing valid JSONSantiago Pastorino2011-02-021-2/+2
* Fix JSON decoding of newline character with Yaml backend [#3479 state:resolved]Maxime RETY2011-02-021-1/+5
* use ! " " YAML string literal syntax rather than removing both quotesAaron Patterson2011-01-211-3/+1