aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json/backends/yaml.rb
Commit message (Expand)AuthorAgeFilesLines
* removed AS backends and instead rely on MultiJson for json decodingJosh Kalderimis2011-04-181-113/+0
* parse dates to yaml in json arraysDiego Carrion2011-03-221-2/+2
* test json decoding with time parsing disabled with all backends and respect A...Diego Carrion2011-03-221-3/+5
* Fixes an issue when decoding a json string which looks like a date but is inv...Josh Kalderimis2011-02-111-1/+11
* Fix JSON decoding of newline character with Yaml backend [#3479 state:resolved]Maxime RETY2011-02-021-2/+6
* use ! " " YAML string literal syntax rather than removing both quotesAaron Patterson2011-01-211-4/+4
* add Psych::SyntaxError to the list of rescued YAML exceptionsAaron Patterson2011-01-041-1/+8
* Removes unused varsSantiago Pastorino2010-07-241-1/+1
* Clean up spurious JSON decoding test failureJeremy Kemper2009-09-131-5/+1
* Fix that JSON parser fails to read escaped backslashes.Daniel Sheppard2009-08-091-1/+4
* Fixed a bug in JSON decoding with Yaml backend, where a combination of dates,...Bas Van Klinkenberg2009-08-081-7/+10
* load the JSON Backend lazily. If the JSON gem is already loaded, use the JSO...rick2009-05-171-1/+3
* Add support for parsing XML and JSON from an IO as well as a string [#2659 st...Brian Lopez2009-05-171-1/+4
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-0/+83