aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json/encoders/enumerable.rb
Commit message (Expand)AuthorAgeFilesLines
* Only Object to_json alias is needed. Prefer nil options.Jeremy Kemper2009-04-261-3/+1
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-2/+4
* Improve documentation.Pratik Naik2008-03-261-2/+2
* Document Enumerable and Hash #to_json. Add test for hash with integer key. Cl...Jeremy Kemper2007-10-241-0/+7
* Hash#to_json takes :only or :except options to specific or omit certain hash ...Jeremy Kemper2007-10-041-2/+2
* Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin...Sam Stephenson2007-03-181-0/+5