aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/json/decoding_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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