Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activesupport/lib/active_support/json


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9238 [9238] 04/08/08 03:45:26 rick Add config.active_support.escape_html_entities_in_json to allow disabling …
(edit) @9203 [9203] 04/01/08 20:25:26 rick Add config.active_support.use_standard_json_time_format setting so that …
(edit) @9138 [9138] 03/29/08 21:48:08 josh Force json string encoding to ASCII-8BIT before unpacking for Ruby 1.9.
(edit) @9093 [9093] 03/26/08 12:27:52 pratik Improve documentation.
(edit) @8698 [8698] 01/23/08 02:46:47 gbuesing Adding Time and DateTime #formatted_offset, for outputting +HH:MM utc …
(edit) @8636 [8636] 01/12/08 21:02:46 gbuesing Time#to_json uses Numeric#to_utc_offset_s to output …
(edit) @8505 [8505] 12/28/07 18:37:17 rick remove multiple enumerations from ActiveSupport::JSON#convert_json_to_yaml …
(edit) @8255 [8255] 12/02/07 08:45:35 nzkoz Don't escape forward slashes with String#to_json, our unicode encoding of …
(edit) @8050 [8050] 10/29/07 00:18:43 rick Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance …
(edit) @8026 [8026] 10/26/07 03:22:02 rick Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 [Rick, …
(edit) @8013 [8013] 10/25/07 07:09:09 nzkoz Add an ignored options parameter to ActiveSupport::JSON::Variable#to_json …
(edit) @8010 [8010] 10/24/07 16:21:46 bitsweat Document Enumerable and Hash #to_json. Add test for hash with integer key. …
(edit) @7865 [7865] 10/13/07 21:41:56 bitsweat Don't shadow local var with block var
(edit) @7746 [7746] 10/05/07 09:43:24 bitsweat Disambiguate Time, Date, and DateTime#to_json formatting. Closes #9750.
(edit) @7736 [7736] 10/04/07 03:28:42 bitsweat Hash#to_json takes :only or :except options to specific or omit certain …
(edit) @7697 [7697] 09/30/07 20:57:50 david Fixed JSON encoding to use quoted keys according to the JSON standard …
(edit) @7678 [7678] 09/29/07 21:27:29 bitsweat JSON decoding Ruby 1.9 compat. Mark a section that's unnecessarily slow.
(edit) @7613 [7613] 09/24/07 17:41:55 rick Decode json strings as Dates/Times if they're using a YAML-compatible …
(edit) @7506 [7506] 09/17/07 21:37:48 bitsweat Fix JSON decoder with nested quotes and commas. Closes #9579.
(edit) @6893 [6893] 05/29/07 09:10:36 rick escape <'s and >'s in JSON strings. #8371 [Rick]
(edit) @6773 [6773] 05/18/07 21:20:35 bitsweat Date, Time, and DateTime#to_json. Closes #8399.
(edit) @6772 [6772] 05/18/07 21:16:43 bitsweat Silence some warnings.
(edit) @6443 [6443] 03/18/07 07:05:58 sam Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON …
(edit) @5486 [5486] 11/11/06 18:25:26 sam Don't quote hash keys in Hash#to_json if they're valid JavaScript …
(edit) @5432 [5432] 11/05/06 19:03:37 bitsweat Fix unicode JSON regexp for Onigurama compatibility. Closes #6494.
(edit) @4787 [4787] 08/18/06 09:16:29 madrobby Greatly increased performance of String.to_json, which speeds up RJS …
(edit) @4081 [4081] 03/28/06 03:31:01 david Fixed docs
(edit) @3754 [3754] 03/03/06 19:34:23 david RJS now does enumerations, baby! (closes #3876) [Rick Olson]
(add) @3356 [3356] 12/27/05 03:11:03 sam Add ActiveSupport::JSON and Object#to_json for converting Ruby objects to …
Note: See TracRevisionLog for help on using the revision log.