aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/cases/finder_test.rb
Commit message (Expand)AuthorAgeFilesLines
* - elmenth_path raise an ActiveResource::MissingPrefixParam exception when pre...Gaston Ramos2010-09-271-1/+1
* Refactor setup methods by extracting them in abstract_unit, remove TODO.Emilio Tagua2010-09-171-95/+1
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* Added first/last/all aliases for equivalent find scopestaryn2009-08-211-0/+38
* Swallow ResourceNotFound error on find_everytaryn2009-08-191-0/+13
* Pulled find-based tests into their own test case. This matches Active Record,...taryn2009-08-191-0/+182