aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib/active_resource/formats/json_format.rb
Commit message (Expand)AuthorAgeFilesLines
* Prefer JSON.encode(value) to value.to_jsonJeremy Kemper2009-06-081-2/+2
* Opt in to JSONJeremy Kemper2009-04-221-0/+2
* Add ActiveResource::Base#to_xml and ActiveResource::Base#to_json methods. [#1...Cody Fauser2008-10-071-1/+1
* Format related patches to support serializing data out in the correct format ...Rasik Pandey2008-08-291-6/+6
* Added ActiveResource.format= which defaults to :xml but can also be set to :j...David Heinemeier Hansson2007-09-201-0/+23