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
*
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
2
-0
/
+6
*
Simplify json decoder backend lazy load
Jeremy Kemper
2009-06-08
1
-4
/
+2
*
Ruby 1.9: fix json encoding
Jeremy Kemper
2009-06-08
1
-1
/
+2
*
JSON: split encoding and coercion
Jeremy Kemper
2009-06-08
15
-211
/
+240
*
load the JSON Backend lazily. If the JSON gem is already loaded, use the JSO...
rick
2009-05-17
2
-2
/
+6
*
Add support for parsing XML and JSON from an IO as well as a string [#2659 st...
Brian Lopez
2009-05-17
2
-2
/
+8
*
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
15
-25
/
+26
*
Privatize rails_to_json
Jeremy Kemper
2009-04-26
14
-134
/
+150
*
Extract json string escaping
Jeremy Kemper
2009-04-26
1
-32
/
+1
*
Only Object to_json alias is needed. Prefer nil options.
Jeremy Kemper
2009-04-26
14
-33
/
+12
*
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
18
-100
/
+163
*
Fix dependencies revealed by testing in isolation
Jeremy Kemper
2009-04-22
1
-0
/
+2
*
stdlib autoloads were hanging on 1.9.1
Jeremy Kemper
2009-04-22
1
-4
/
+2
*
Autoload YAML and StringScanner for JSON decoding
Jeremy Kemper
2009-04-17
1
-2
/
+2
*
Explicit dependency on Object#instance_values extension
Jeremy Kemper
2009-03-28
1
-0
/
+2
*
Explicit dependency on Array#wrap extension
Jeremy Kemper
2009-03-28
1
-0
/
+2
*
Explicit dependency on String#start_with? extension
Jeremy Kemper
2009-03-28
1
-3
/
+5
*
Reverted affe50105f7027a44eb6e9cfb56f5b3fc070b19b and added more JSON decodin...
Ubiratan Pires Alberton
2009-03-11
1
-1
/
+10
*
Remove untested part from 9b9b2937ce3bef3bca9d22821e76c40cc74fa689
Pratik Naik
2009-03-10
1
-10
/
+2
*
Properly decode \u escape sequences in JSON [#1100 state:resolved] [Tim Pope,...
Tim Pope
2009-03-10
1
-3
/
+20
*
Ruby 1.9 compat: fix JSON decoding to work properly with multibyte values
Akira Matsuda
2009-02-17
1
-2
/
+3
*
Use Array.wrap, remove unneeded returning block
Jeremy Kemper
2009-02-06
1
-10
/
+9
*
Merge docrails
Pratik Naik
2009-01-18
3
-3
/
+3
*
Properly quote json keys.
Michael Koziarski
2009-01-16
1
-2
/
+2
*
Fix JSON decoder date-converter regexp [#1662 state:resolved] [Jonathan del S...
Pratik Naik
2009-01-07
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
*
Merge with docrails.
Pratik Naik
2008-07-16
3
-7
/
+28
*
Slightly faster DateTime#to_json. [#598 state:resolved] [Alex Zepeda]
Pratik Naik
2008-07-14
1
-1
/
+1
*
Merge docrails.
Pratik Naik
2008-05-25
1
-1
/
+1
*
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
2
-2
/
+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
*
remove multiple enumerations from ActiveSupport::JSON#convert_json_to_yaml wh...
Rick Olson
2007-12-28
1
-5
/
+8
*
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
2
-10
/
+12
*
Add an ignored options parameter to ActiveSupport::JSON::Variable#to_json to ...
Michael Koziarski
2007-10-25
1
-1
/
+1
*
Document Enumerable and Hash #to_json. Add test for hash with integer key. Cl...
Jeremy Kemper
2007-10-24
2
-0
/
+39
*
Don't shadow local var with block var
Jeremy Kemper
2007-10-13
1
-1
/
+1
*
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
14
-24
/
+28
[next]