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
/
hash.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
JSON: split encoding and coercion
Jeremy Kemper
2009-06-08
1
-51
/
+0
*
Now that we have a separate internal rails_to_json, use a separate circular r...
Jeremy Kemper
2009-04-26
1
-2
/
+2
*
Privatize rails_to_json
Jeremy Kemper
2009-04-26
1
-43
/
+44
*
Only Object to_json alias is needed. Prefer nil options.
Jeremy Kemper
2009-04-26
1
-7
/
+7
*
* Add pluggable JSON backends with support for the JSON gem. [rick]
rick
2009-04-23
1
-3
/
+5
*
Explicit dependency on Array#wrap extension
Jeremy Kemper
2009-03-28
1
-0
/
+2
*
Use Array.wrap, remove unneeded returning block
Jeremy Kemper
2009-02-06
1
-10
/
+9
*
Properly quote json keys.
Michael Koziarski
2009-01-16
1
-2
/
+2
*
Improve documentation.
Pratik Naik
2008-03-26
1
-6
/
+3
*
Document Enumerable and Hash #to_json. Add test for hash with integer key. Cl...
Jeremy Kemper
2007-10-24
1
-0
/
+32
*
Hash#to_json takes :only or :except options to specific or omit certain hash ...
Jeremy Kemper
2007-10-04
1
-3
/
+11
*
Fixed JSON encoding to use quoted keys according to the JSON standard (closes...
David Heinemeier Hansson
2007-09-30
1
-2
/
+0
*
Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin...
Sam Stephenson
2007-03-18
1
-0
/
+12