aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/base/custom_methods_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Format related patches to support serializing data out in the correct format ...Rasik Pandey2008-08-291-2/+1
* Add user and password configuration options to ActiveResource::Base, not all...Michael Koziarski2008-02-181-0/+3
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-3/+3
* Increase test coverage (closes #8699, #8700) [josh]David Heinemeier Hansson2007-09-211-9/+17
* Added proper handling of arrays. Closes #8537 [hasmanyjosh]Rick Olson2007-06-211-2/+3
* BACKWARDS INCOMPATIBLE: Changed the finder API to be more extensible with :pa...David Heinemeier Hansson2007-05-011-3/+3
* The find should instantiate real objects, not return hashesDavid Heinemeier Hansson2007-04-261-1/+1
* Added support for calling custom methods #6979 [rwdaigle]David Heinemeier Hansson2007-04-261-0/+87