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
/
test
/
json
/
decoding_test.rb
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
-1
/
+1
*
removed AS backends and instead rely on MultiJson for json decoding
Josh Kalderimis
2011-04-18
1
-7
/
+4
*
parse dates to yaml in json arrays
Diego Carrion
2011-03-22
1
-0
/
+2
*
test json decoding with time parsing disabled with all backends and respect A...
Diego Carrion
2011-03-22
1
-4
/
+2
*
Updated the json date regex to recognize xmlschema formatted date times durin...
Josh Kalderimis
2011-02-12
1
-0
/
+4
*
Fixes an issue when decoding a json string which looks like a date but is inv...
Josh Kalderimis
2011-02-11
1
-0
/
+2
*
Fix tests providing valid JSON
Santiago Pastorino
2011-02-02
1
-2
/
+2
*
Fix JSON decoding of newline character with Yaml backend [#3479 state:resolved]
Maxime RETY
2011-02-02
1
-1
/
+5
*
use ! " " YAML string literal syntax rather than removing both quotes
Aaron Patterson
2011-01-21
1
-3
/
+1
*
Automatically prefer Yajl or JSON backend over Yaml, if available
Jeremy Kemper
2010-02-05
1
-1
/
+1
*
Add yajl-ruby as a JSON parsing backend
Brian Lopez
2010-02-05
1
-0
/
+1
*
Repair time dependencies
Jeremy Kemper
2009-11-14
1
-0
/
+1
*
Clean up spurious JSON decoding test failure
Jeremy Kemper
2009-09-13
1
-8
/
+2
*
Fix that JSON parser fails to read escaped backslashes.
Daniel Sheppard
2009-08-09
1
-3
/
+5
*
Fixed a bug in JSON decoding with Yaml backend, where a combination of dates,...
Bas Van Klinkenberg
2009-08-08
1
-1
/
+7
*
load the JSON Backend lazily. If the JSON gem is already loaded, use the JSO...
rick
2009-05-17
1
-0
/
+3
*
* Add pluggable JSON backends with support for the JSON gem. [rick]
rick
2009-04-23
1
-25
/
+51
*
Opt in to JSON
Jeremy Kemper
2009-04-22
1
-0
/
+1
*
stdlib autoloads were hanging on 1.9.1
Jeremy Kemper
2009-04-22
1
-2
/
+2
*
Reverted affe50105f7027a44eb6e9cfb56f5b3fc070b19b and added more JSON decodin...
Ubiratan Pires Alberton
2009-03-11
1
-1
/
+3
*
Properly decode \u escape sequences in JSON [#1100 state:resolved] [Tim Pope,...
Tim Pope
2009-03-10
1
-1
/
+3
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-1
/
+1
*
Ruby 1.9 compat: fix JSON decoding to work properly with multibyte values
Akira Matsuda
2009-02-17
1
-0
/
+3
*
Fix JSON decoder date-converter regexp [#1662 state:resolved] [Jonathan del S...
Pratik Naik
2009-01-07
1
-1
/
+2
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 [Rick, theama...
Rick Olson
2007-10-26
1
-8
/
+9
*
Decode json strings as Dates/Times if they're using a YAML-compatible format....
Rick Olson
2007-09-24
1
-3
/
+9
*
Fix JSON decoder with nested quotes and commas. Closes #9579.
Jeremy Kemper
2007-09-17
1
-0
/
+2
*
Improve various test coverage. Closes #8676 [kamal]
Jeremy Kemper
2007-06-25
1
-0
/
+4
*
Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin...
Sam Stephenson
2007-03-18
1
-0
/
+28