aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json/backends/yajl.rb
Commit message (Expand)AuthorAgeFilesLines
* removed AS backends and instead rely on MultiJson for json decodingJosh Kalderimis2011-04-181-44/+0
* Fixes an issue when decoding a json string which looks like a date but is inv...Josh Kalderimis2011-02-111-1/+5
* Fix Yajl backend discovery in ActiveSupport::JSONMaxime RETY2010-06-181-1/+1
* Add yajl-ruby as a JSON parsing backendBrian Lopez2010-02-051-0/+40