index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
json
/
encoders
Commit message (
Expand
)
Author
Age
Files
Lines
*
Time#to_json: don't convert to utc before encoding. References #175
gbuesing
2008-05-18
1
-1
/
+1
*
Add config.active_support.escape_html_entities_in_json to allow disabling of ...
Rick Olson
2008-04-08
1
-1
/
+5
*
Add config.active_support.use_standard_json_time_format setting so that Times...
Rick Olson
2008-04-01
3
-3
/
+15
*
Force json string encoding to ASCII-8BIT before unpacking for Ruby 1.9.
Josh Peek
2008-03-29
1
-2
/
+4
*
Improve documentation.
Pratik Naik
2008-03-26
6
-12
/
+24
*
Adding Time and DateTime #formatted_offset, for outputting +HH:MM utc offset ...
Geoff Buesing
2008-01-23
1
-1
/
+1
*
Time#to_json uses Numeric#to_utc_offset_s to output cross-platform-consistent...
Geoff Buesing
2008-01-12
1
-1
/
+1
*
Don't escape forward slashes with String#to_json, our unicode encoding of < a...
Michael Koziarski
2007-12-02
1
-3
/
+2
*
Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with...
Rick Olson
2007-10-29
1
-3
/
+4
*
Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 [Rick, theama...
Rick Olson
2007-10-26
1
-9
/
+10
*
Document Enumerable and Hash #to_json. Add test for hash with integer key. Cl...
Jeremy Kemper
2007-10-24
2
-0
/
+39
*
Disambiguate Time, Date, and DateTime#to_json formatting. Closes #9750.
Jeremy Kemper
2007-10-05
3
-3
/
+3
*
Hash#to_json takes :only or :except options to specific or omit certain hash ...
Jeremy Kemper
2007-10-04
13
-22
/
+26
*
Fixed JSON encoding to use quoted keys according to the JSON standard (closes...
David Heinemeier Hansson
2007-09-30
1
-2
/
+0
*
escape <'s and >'s in JSON strings. #8371 [Rick]
Rick Olson
2007-05-29
1
-2
/
+4
*
Date, Time, and DateTime#to_json. Closes #8399.
Jeremy Kemper
2007-05-18
3
-0
/
+15
*
Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin...
Sam Stephenson
2007-03-18
11
-68
/
+84
*
Don't quote hash keys in Hash#to_json if they're valid JavaScript identifiers.
Sam Stephenson
2006-11-11
1
-2
/
+4
*
Fix unicode JSON regexp for Onigurama compatibility. Closes #6494.
Jeremy Kemper
2006-11-05
1
-1
/
+1
*
Greatly increased performance of String.to_json, which speeds up RJS consider...
Thomas Fuchs
2006-08-18
1
-16
/
+17
*
Fixed docs
David Heinemeier Hansson
2006-03-28
1
-1
/
+1
*
RJS now does enumerations, baby! (closes #3876) [Rick Olson]
David Heinemeier Hansson
2006-03-03
1
-0
/
+4
*
Add ActiveSupport::JSON and Object#to_json for converting Ruby objects to JSO...
Sam Stephenson
2005-12-27
1
-0
/
+61