aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/json/decoding_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin...Sam Stephenson2007-03-181-0/+28