aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-2/+2
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-2/+2
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-2/+2
* JSON: split encoding and coercionJeremy Kemper2009-06-081-86/+1
* Avoid uninitialized instance variable warningJeremy Kemper2009-05-201-2/+2
* load the JSON Backend lazily. If the JSON gem is already loaded, use the JSO...rick2009-05-171-3/+8
* Convert encoding before escapingJeremy Kemper2009-04-261-5/+6
* Extract json string escapingJeremy Kemper2009-04-261-6/+32
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-2/+32
* Opt in to DependenciesJeremy Kemper2009-04-221-0/+2
* Merge with docrails.Pratik Naik2008-07-161-1/+1
* Merge docrails.Pratik Naik2008-05-251-1/+1
* Remove unused JSON methods. [#164 state:resolved]Cheah Chu Yeow2008-05-111-29/+0
* Add config.active_support.escape_html_entities_in_json to allow disabling of ...Rick Olson2008-04-081-2/+21
* Add config.active_support.use_standard_json_time_format setting so that Times...Rick Olson2008-04-011-0/+2
* Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin...Sam Stephenson2007-03-181-39/+22
* Don't quote hash keys in Hash#to_json if they're valid JavaScript identifiers.Sam Stephenson2006-11-111-3/+14
* Fixed docsDavid Heinemeier Hansson2006-03-281-2/+3
* RJS now does enumerations, baby! (closes #3876) [Rick Olson]David Heinemeier Hansson2006-03-031-1/+9
* Add ActiveSupport::JSON and Object#to_json for converting Ruby objects to JSO...Sam Stephenson2005-12-271-0/+28