aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/base
Commit message (Expand)AuthorAgeFilesLines
* 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-053-5/+5
* find_or_create_resource_for handles module nesting. Closes #10646.Jeremy Kemper2008-01-021-0/+35
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-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
* Added support for using classes from within a single nested module [DHH]David Heinemeier Hansson2007-04-261-1/+17
* 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
* Base#==, eql?, and hash methods. == returns true if its argument is identical...Jeremy Kemper2006-12-221-0/+43
* Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic]Rick Olson2006-12-121-4/+22
* workaround collections loaded as :people => { :person => [{..attrs..}, {..att...Jeremy Kemper2006-09-221-12/+19
* load expects a HashJeremy Kemper2006-09-051-4/+3
* load nil is noop. use new? instead of new_resource?Jeremy Kemper2006-09-041-0/+6
* Deep hashes are converted into collections of resources. Class attribute writ...Jeremy Kemper2006-09-041-0/+65