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
/
backends
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
add Psych::SyntaxError to the list of rescued YAML exceptions
Aaron Patterson
2011-01-04
1
-1
/
+8
*
Removes unused vars
Santiago Pastorino
2010-07-24
1
-1
/
+1
*
Fix Yajl backend discovery in ActiveSupport::JSON
Maxime RETY
2010-06-18
1
-1
/
+1
*
Add yajl-ruby as a JSON parsing backend
Brian Lopez
2010-02-05
1
-0
/
+40
*
Ruby 1.9.2: work around changes to flatten and nil.to_str
Jeremy Kemper
2009-11-08
1
-9
/
+12
*
Clean up spurious JSON decoding test failure
Jeremy Kemper
2009-09-13
2
-8
/
+3
*
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
*
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
*
* Add pluggable JSON backends with support for the JSON gem. [rick]
rick
2009-04-23
2
-0
/
+119