Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add config.active_support.escape_html_entities_in_json to allow disabling of ... | Rick Olson | 2008-04-08 | 1 | -1/+5 |
* | Force json string encoding to ASCII-8BIT before unpacking for Ruby 1.9. | Josh Peek | 2008-03-29 | 1 | -2/+4 |
* | Don't escape forward slashes with String#to_json, our unicode encoding of < a... | Michael Koziarski | 2007-12-02 | 1 | -3/+2 |
* | Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with... | Rick Olson | 2007-10-29 | 1 | -3/+4 |
* | Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 [Rick, theama... | Rick Olson | 2007-10-26 | 1 | -9/+10 |
* | Hash#to_json takes :only or :except options to specific or omit certain hash ... | Jeremy Kemper | 2007-10-04 | 1 | -1/+1 |
* | escape <'s and >'s in JSON strings. #8371 [Rick] | Rick Olson | 2007-05-29 | 1 | -2/+4 |
* | Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin... | Sam Stephenson | 2007-03-18 | 1 | -0/+27 |