| Commit message (Expand) | Author | Age | Files | Lines |
* | JSON: split encoding and coercion | Jeremy Kemper | 2009-06-08 | 1 | -86/+1 |
* | Avoid uninitialized instance variable warning | Jeremy Kemper | 2009-05-20 | 1 | -2/+2 |
* | load the JSON Backend lazily. If the JSON gem is already loaded, use the JSO... | rick | 2009-05-17 | 1 | -3/+8 |
* | Convert encoding before escaping | Jeremy Kemper | 2009-04-26 | 1 | -5/+6 |
* | Extract json string escaping | Jeremy Kemper | 2009-04-26 | 1 | -6/+32 |
* | * Add pluggable JSON backends with support for the JSON gem. [rick] | rick | 2009-04-23 | 1 | -2/+32 |
* | Opt in to Dependencies | Jeremy Kemper | 2009-04-22 | 1 | -0/+2 |
* | Merge with docrails. | Pratik Naik | 2008-07-16 | 1 | -1/+1 |
* | Merge docrails. | Pratik Naik | 2008-05-25 | 1 | -1/+1 |
* | Remove unused JSON methods. [#164 state:resolved] | Cheah Chu Yeow | 2008-05-11 | 1 | -29/+0 |
* | Add config.active_support.escape_html_entities_in_json to allow disabling of ... | Rick Olson | 2008-04-08 | 1 | -2/+21 |
* | Add config.active_support.use_standard_json_time_format setting so that Times... | Rick Olson | 2008-04-01 | 1 | -0/+2 |
* | Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin... | Sam Stephenson | 2007-03-18 | 1 | -39/+22 |
* | Don't quote hash keys in Hash#to_json if they're valid JavaScript identifiers. | Sam Stephenson | 2006-11-11 | 1 | -3/+14 |
* | Fixed docs | David Heinemeier Hansson | 2006-03-28 | 1 | -2/+3 |
* | RJS now does enumerations, baby! (closes #3876) [Rick Olson] | David Heinemeier Hansson | 2006-03-03 | 1 | -1/+9 |
* | Add ActiveSupport::JSON and Object#to_json for converting Ruby objects to JSO... | Sam Stephenson | 2005-12-27 | 1 | -0/+28 |