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
*
AS Json parse_error makes a return for backwards compatibility, although it w...
Josh Kalderimis
2011-04-19
1
-0
/
+4
*
removed AS backends and instead rely on MultiJson for json decoding
Josh Kalderimis
2011-04-18
4
-227
/
+33
*
parse dates to yaml in json arrays
Diego Carrion
2011-03-22
1
-2
/
+2
*
test json decoding with time parsing disabled with all backends and respect A...
Diego Carrion
2011-03-22
1
-3
/
+5
*
Updated the json date regex to recognize xmlschema formatted date times durin...
Josh Kalderimis
2011-02-12
1
-1
/
+1
*
Fixes an issue when decoding a json string which looks like a date but is inv...
Josh Kalderimis
2011-02-11
3
-3
/
+21
*
Fix JSON decoding of newline character with Yaml backend [#3479 state:resolved]
Maxime RETY
2011-02-02
1
-2
/
+6
*
use ! " " YAML string literal syntax rather than removing both quotes
Aaron Patterson
2011-01-21
1
-4
/
+4
*
Complex struct encoding fix
Alexey Nayden
2011-01-15
1
-0
/
+6
*
add Psych::SyntaxError to the list of rescued YAML exceptions
Aaron Patterson
2011-01-04
1
-1
/
+8
*
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
*
Removes unused vars
Santiago Pastorino
2010-07-24
1
-1
/
+1
*
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
2
-35
/
+8
*
Work around the fact the JSON gem was overwriting to_json implementation for ...
José Valim
2010-06-26
1
-5
/
+14
*
Fix Yajl backend discovery in ActiveSupport::JSON
Maxime RETY
2010-06-18
1
-1
/
+1
*
removes spurious .rb in require
Santiago Pastorino
2010-06-13
1
-1
/
+1
*
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
*
Disprefer JSONGem decoder since it only decodes JSON objects
Jeremy Kemper
2010-03-09
1
-1
/
+1
*
Automatically prefer Yajl or JSON backend over Yaml, if available
Jeremy Kemper
2010-02-05
1
-1
/
+16
*
Add yajl-ruby as a JSON parsing backend
Brian Lopez
2010-02-05
1
-0
/
+40
*
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
*
Ruby 1.9.2: work around changes to flatten and nil.to_str
Jeremy Kemper
2009-11-08
1
-9
/
+12
*
Clarify date/time dependencies
Jeremy Kemper
2009-11-02
1
-3
/
+0
*
Clean up spurious JSON decoding test failure
Jeremy Kemper
2009-09-13
3
-8
/
+5
*
Fix that JSON parser fails to read escaped backslashes.
Daniel Sheppard
2009-08-09
1
-1
/
+4
*
Fixed a bug in JSON decoding with Yaml backend, where a combination of dates,...
Bas Van Klinkenberg
2009-08-08
1
-7
/
+10
*
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
[next]