aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json/encoders/string.rb
Commit message (Expand)AuthorAgeFilesLines
* JSON: split encoding and coercionJeremy Kemper2009-06-081-6/+0
* Now that we have a separate internal rails_to_json, use a separate circular r...Jeremy Kemper2009-04-261-1/+1
* Privatize rails_to_jsonJeremy Kemper2009-04-261-3/+4
* Extract json string escapingJeremy Kemper2009-04-261-32/+1
* Only Object to_json alias is needed. Prefer nil options.Jeremy Kemper2009-04-261-2/+0
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-1/+3
* Add config.active_support.escape_html_entities_in_json to allow disabling of ...Rick Olson2008-04-081-1/+5
* Force json string encoding to ASCII-8BIT before unpacking for Ruby 1.9.Josh Peek2008-03-291-2/+4
* Don't escape forward slashes with String#to_json, our unicode encoding of < a...Michael Koziarski2007-12-021-3/+2
* Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with...Rick Olson2007-10-291-3/+4
* Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 [Rick, theama...Rick Olson2007-10-261-9/+10
* Hash#to_json takes :only or :except options to specific or omit certain hash ...Jeremy Kemper2007-10-041-1/+1
* escape <'s and >'s in JSON strings. #8371 [Rick]Rick Olson2007-05-291-2/+4
* Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin...Sam Stephenson2007-03-181-0/+27