aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/json/decoding_test.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* 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
* Use appropriate assertion based on expectationCorey Ward2017-01-171-2/+7
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-9/+9
* Add three new rubocop rulesRafael Mendonça França2016-08-161-38/+38
* applies remaining conventions across the projectXavier Noria2016-08-061-10/+10
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-8/+7
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-20/+20
* Use correct timezone when parsing date in jsonGrzegorz Witek2016-01-221-5/+11
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Use with_parse_json_times helper in tests.Zuhao Wan2014-06-221-11/+19
* Raise an error when AS::JSON.decode is called with optionsGodfrey Chan2013-10-301-4/+2
* 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
* Replace multi_json with jsonErik Michaels-Ober2013-05-111-23/+13
* Fixed bad tests to clean up after themselves.Ryan Davis2013-05-031-0/+4
* 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
* 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
* Automatically prefer Yajl or JSON backend over Yaml, if availableJeremy Kemper2010-02-051-1/+1
* Add yajl-ruby as a JSON parsing backendBrian Lopez2010-02-051-0/+1
* Repair time dependenciesJeremy Kemper2009-11-141-0/+1
* Clean up spurious JSON decoding test failureJeremy Kemper2009-09-131-8/+2
* Fix that JSON parser fails to read escaped backslashes.Daniel Sheppard2009-08-091-3/+5
* Fixed a bug in JSON decoding with Yaml backend, where a combination of dates,...Bas Van Klinkenberg2009-08-081-1/+7
* load the JSON Backend lazily. If the JSON gem is already loaded, use the JSO...rick2009-05-171-0/+3
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-25/+51
* Opt in to JSONJeremy Kemper2009-04-221-0/+1
* stdlib autoloads were hanging on 1.9.1Jeremy Kemper2009-04-221-2/+2
* Reverted affe50105f7027a44eb6e9cfb56f5b3fc070b19b and added more JSON decodin...Ubiratan Pires Alberton2009-03-111-1/+3
* Properly decode \u escape sequences in JSON [#1100 state:resolved] [Tim Pope,...Tim Pope2009-03-101-1/+3
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
* Ruby 1.9 compat: fix JSON decoding to work properly with multibyte valuesAkira Matsuda2009-02-171-0/+3
* Fix JSON decoder date-converter regexp [#1662 state:resolved] [Jonathan del S...Pratik Naik2009-01-071-1/+2
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 [Rick, theama...Rick Olson2007-10-261-8/+9
* Decode json strings as Dates/Times if they're using a YAML-compatible format....Rick Olson2007-09-241-3/+9
* Fix JSON decoder with nested quotes and commas. Closes #9579.Jeremy Kemper2007-09-171-0/+2
* Improve various test coverage. Closes #8676 [kamal]Jeremy Kemper2007-06-251-0/+4