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
/
encoding.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify date/time dependencies
Jeremy Kemper
2009-11-02
1
-3
/
+0
*
JSON.escape returns UTF-8 strings
Jeremy Kemper
2009-07-01
1
-5
/
+7
*
uses Hash#except/slice
Jeremy Kemper
2009-07-01
1
-0
/
+2
*
Add basic JSON serializer to AMo
Joshua Peek
2009-06-17
1
-0
/
+5
*
Ruby 1.9: fix json encoding
Jeremy Kemper
2009-06-08
1
-1
/
+2
*
JSON: split encoding and coercion
Jeremy Kemper
2009-06-08
1
-24
/
+205
*
Use __send__ for BasicObject friendliness
Jeremy Kemper
2009-04-26
1
-1
/
+1
*
Now that we have a separate internal rails_to_json, use a separate circular r...
Jeremy Kemper
2009-04-26
1
-6
/
+7
*
Only Object to_json alias is needed. Prefer nil options.
Jeremy Kemper
2009-04-26
1
-1
/
+2
*
Track object ids so the objects needn't respond to ==
Jeremy Kemper
2009-04-26
1
-2
/
+2
*
* Add pluggable JSON backends with support for the JSON gem. [rick]
rick
2009-04-23
1
-1
/
+1
*
Simpler and clearer to just explicitly require the JSON encoders
Jeremy Kemper
2008-11-26
1
-9
/
+15
*
Eliminate thread-local circular reference stack by passing it as an argument ...
Jeremy Kemper
2008-11-23
1
-20
/
+8
*
Add config.active_support.escape_html_entities_in_json to allow disabling of ...
Rick Olson
2008-04-08
1
-1
/
+0
*
Hash#to_json takes :only or :except options to specific or omit certain hash ...
Jeremy Kemper
2007-10-04
1
-2
/
+2
*
Fixed JSON encoding to use quoted keys according to the JSON standard (closes...
David Heinemeier Hansson
2007-09-30
1
-12
/
+0
*
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
1
-0
/
+45