aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/base
Commit message (Expand)AuthorAgeFilesLines
* 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