aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/format_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Ruby 1.9 compat: don't shadow local var with block argJeremy Kemper2008-11-221-1/+1
* Fix indentation mismatchesJeremy Kemper2008-11-221-13/+13
* Silence parens warningJeremy Kemper2008-11-071-1/+1
* Add ActiveResource::Base#to_xml and ActiveResource::Base#to_json methods. [#1...Cody Fauser2008-10-071-0/+17
* Format related patches to support serializing data out in the correct format ...Rasik Pandey2008-08-291-11/+23
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-2/+2
* Allow setting ActiveResource::Base#format before #site. [rick]Rick Olson2007-12-281-0/+7
* Support agnostic formats when calling custom methods. Closes #10635 [joerich...Rick Olson2007-12-281-0/+34
* Added ActiveResource.format= which defaults to :xml but can also be set to :j...David Heinemeier Hansson2007-09-201-0/+42