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
...
|
*
JSON: Encode infinite or NaN floats as null to generate valid JSON.
Sebi Burkhard
2011-08-15
1
-0
/
+4
*
|
Replaced OrderedHash usage with Ruby 1.9 Hash
Uddhava
2012-02-09
1
-3
/
+1
*
|
fixes in api docs
Vijay Dev
2012-01-13
1
-2
/
+2
*
|
Remove Array.wrap calls in ActiveSupport
Rafael Mendonça França
2012-01-06
1
-3
/
+2
*
|
use #to_s to convert Range to json
Sergey Nartimov
2012-01-01
1
-0
/
+4
*
|
remove checks for encodings availability
Sergey Nartimov
2011-12-25
1
-5
/
+3
*
|
Revert "Implement ArraySerializer and move old serialization API to a new nam...
José Valim
2011-11-30
1
-1
/
+1
*
|
Implement ArraySerializer and move old serialization API to a new namespace.
José Valim
2011-11-23
1
-4
/
+4
*
|
Set the default options value for as_json in the encoder object.
José Valim
2011-09-30
1
-2
/
+2
|
/
*
Removed deprecated methods and related tests from ActiveSupport
Josh Kalderimis
2011-05-25
1
-3
/
+0
*
Use set data structure to speed up circular reference checks on large/deeply ...
Andy Lindeman
2011-05-23
1
-4
/
+4
*
add missing require for ordered_hash dependency
Corin Langosch
2011-05-11
1
-0
/
+1
*
Enumerable should pass encoding options to children in #as_json/#to_json.
John Firebaugh
2011-04-01
1
-1
/
+3
*
Updated the json date regex to recognize xmlschema formatted date times durin...
Josh Kalderimis
2011-02-12
1
-1
/
+1
*
Complex struct encoding fix
Alexey Nayden
2011-01-15
1
-0
/
+6
*
Perf: speed up json encoding.
Emilio Tagua
2010-09-22
1
-3
/
+2
*
fixed some issues with JSON encoding
Jakub Suder
2010-09-07
1
-6
/
+44
*
Move Date#xmlschema to conversions and add a missing require
Santiago Pastorino
2010-07-04
1
-0
/
+2
*
Time#formatted_offset is defined in core_ext/time/conversions
Santiago Pastorino
2010-07-02
1
-0
/
+1
*
Time#as_json: use Time#formatted_offset instead of strftime %z directive, whi...
Geoff Buesing
2010-07-02
1
-1
/
+1
*
Time has it own implementation of xmlschema, now AMo doesn't depend on TZInfo
Santiago Pastorino
2010-07-02
1
-2
/
+2
*
AS json refactor, move to_json implementation to core_ext and a cleanup a bit...
Santiago Pastorino
2010-07-01
1
-31
/
+6
*
Work around the fact the JSON gem was overwriting to_json implementation for ...
José Valim
2010-06-26
1
-5
/
+14
*
adds a comment explaining why BigDecimal#as_json returns a JSON string
Xavier Noria
2010-05-03
1
-1
/
+9
*
Missing require added make pass activesupport/test/json/encoding_test.rb in i...
Santiago Pastorino
2010-05-02
1
-0
/
+1
*
use ordinary syntax for options to be well-formed in 1.8
Xavier Noria
2010-04-27
1
-1
/
+1
*
JSON: encode objects that don't have a native JSON representation using to_ha...
Jeremy Kemper
2010-04-26
1
-5
/
+19
*
Changed the default ActiveSupport.use_standard_json_time_format from false to...
David Heinemeier Hansson
2010-01-03
1
-1
/
+2
*
Fix ActiveSupport::JSON encoding of control characters [\x00-\x1f]
Dwayne Litzenberger
2009-12-23
1
-2
/
+11
*
Repair time dependencies
Jeremy Kemper
2009-11-14
1
-1
/
+1
*
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
[prev]