aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib/active_resource/formats
Commit message (Expand)AuthorAgeFilesLines
* Prefer JSON.encode(value) to value.to_jsonJeremy Kemper2009-06-081-2/+2
* Cherry pick Active Support dependencies. Autoload.Jeremy Kemper2009-05-061-0/+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-292-15/+15
* Merge docrails.Pratik Naik2008-05-251-1/+1
* Added ActiveResource.format= which defaults to :xml but can also be set to :j...David Heinemeier Hansson2007-09-202-0/+57