Ruby on Rails
|
Screencasts
|
Download
|
Documentation
|
Weblog
|
Community
|
Source
Rails Trac
Search:
Login
Settings
Help/Guide
About Trac
Register
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
View Latest Revision
root
/
trunk
/
activesupport
/
test
/
json
View log starting at
and back to
Mode:
Stop on copy
Follow copies
Show only adds, moves and deletes
Show full log messages
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)
@8789
[8789]
02/02/08 22:52:32
bitsweat
Ruby 1.9 compat: declare utf-8 file encoding
(edit)
@8563
[8563]
01/05/08 13:31:04
bitsweat
require abstract_unit directly since test is in load path
(edit)
@8402
[8402]
12/15/07 02:28:20
bitsweat
Ruby 1.9 compat: shadowed vars, kcode
(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)
@8010
[8010]
10/24/07 16:21:46
bitsweat
Document Enumerable and Hash #to_json. Add test for hash with integer key. …
(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)
@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)
@7117
[7117]
06/25/07 18:22:31
bitsweat
Improve various test coverage. Closes
#8676
[kamal]
(edit)
@6893
[6893]
05/29/07 09:10:36
rick
escape <'s and >'s in JSON strings.
#8371
[Rick]
(edit)
@6822
[6822]
05/23/07 08:43:48
bitsweat
Fix JSON date/time conversion tests.
(edit)
@6773
[6773]
05/18/07 21:20:35
bitsweat
Date, Time, and DateTime#to_json. Closes
#8399
.
(add)
@6443
[6443]
03/18/07 07:05:58
sam
Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON …
Note:
See
TracRevisionLog
for help on using the revision log.
Download in other formats:
RSS Feed
ChangeLog