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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed JSON encoding to use quoted keys according to the JSON standard (closes...
David Heinemeier Hansson
2007-09-30
3
-15
/
+1
*
JSON decoding Ruby 1.9 compat. Mark a section that's unnecessarily slow.
Jeremy Kemper
2007-09-29
1
-5
/
+6
*
Decode json strings as Dates/Times if they're using a YAML-compatible format....
Rick Olson
2007-09-24
1
-5
/
+18
*
Fix JSON decoder with nested quotes and commas. Closes #9579.
Jeremy Kemper
2007-09-17
1
-4
/
+9
*
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
*
Silence some warnings.
Jeremy Kemper
2007-05-18
1
-2
/
+7
*
Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin...
Sam Stephenson
2007-03-18
15
-93
/
+179
*
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
2
-0
/
+86
[prev]