aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json/variable.rb
Commit message (Expand)AuthorAgeFilesLines
* AS json refactor, move to_json implementation to core_ext and a cleanup a bit...Santiago Pastorino2010-07-011-4/+2
* 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
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-1/+1
* Add an ignored options parameter to ActiveSupport::JSON::Variable#to_json to ...Michael Koziarski2007-10-251-1/+1
* Fixed JSON encoding to use quoted keys according to the JSON standard (closes...David Heinemeier Hansson2007-09-301-1/+1
* Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin...Sam Stephenson2007-03-181-0/+10