aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json/encoding.rb
Commit message (Expand)AuthorAgeFilesLines
* Track object ids so the objects needn't respond to ==Jeremy Kemper2009-04-261-2/+2
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-1/+1
* Simpler and clearer to just explicitly require the JSON encodersJeremy Kemper2008-11-261-9/+15
* Eliminate thread-local circular reference stack by passing it as an argument ...Jeremy Kemper2008-11-231-20/+8
* Add config.active_support.escape_html_entities_in_json to allow disabling of ...Rick Olson2008-04-081-1/+0
* Hash#to_json takes :only or :except options to specific or omit certain hash ...Jeremy Kemper2007-10-041-2/+2
* Fixed JSON encoding to use quoted keys according to the JSON standard (closes...David Heinemeier Hansson2007-09-301-12/+0
* Silence some warnings.Jeremy Kemper2007-05-181-2/+7
* Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin...Sam Stephenson2007-03-181-0/+45