aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test
Commit message (Expand)AuthorAgeFilesLines
* Base.exists?(id, options) and Base#exists? check whether the resource is foun...Jeremy Kemper2007-01-121-0/+24
* prefix_parameters pulls /:path/:params from the URI prefixJeremy Kemper2006-12-291-8/+8
* Query string support. Closes #6855.Jeremy Kemper2006-12-291-0/+22
* Base#==, eql?, and hash methods. == returns true if its argument is identical...Jeremy Kemper2006-12-221-0/+43
* test that element name includes module nestingJeremy Kemper2006-12-211-0/+8
* Subclasses share superclass site until explicitly set. This way you can set S...Jeremy Kemper2006-12-212-2/+32
* move http_mock to lib so others can use it in their Ares testsJeremy Kemper2006-12-212-128/+4
* Allow subclassed resources to share the site info [Rick]Rick Olson2006-12-132-0/+20
* Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic]Rick Olson2006-12-123-9/+52
* *_path instance methods. Check for missing/invalid site uri. http_mock respon...Jeremy Kemper2006-12-053-27/+39
* Add Base.delete for deleting resources without having to instantiate them firstJamis Buck2006-10-061-0/+4
* Make #save behavior mimic AR::Base#save (true on success, false on failure)Jamis Buck2006-10-022-7/+4
* assume the passed headers to the ActiveResource HttpMock Request/Response are...Rick Olson2006-10-021-2/+2
* Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan]Rick Olson2006-09-295-33/+170
* workaround collections loaded as :people => { :person => [{..attrs..}, {..att...Jeremy Kemper2006-09-221-12/+19
* fixed failing tests now that non-GET requests are sent with .xml file ext. E...Rick Olson2006-09-202-12/+21
* Optimistic locking: raise ActiveResource::ResourceConflict on 409 Conflict re...Jeremy Kemper2006-09-092-0/+11
* Basic validation support [Rick Olson]Rick Olson2006-09-082-1/+42
* 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-043-5/+72
* consistent load path to prevent double loadsJeremy Kemper2006-09-041-3/+2
* Major updates to ActiveResource, please see changelog and unit tests [Rick Ol...Rick Olson2006-09-014-21/+128
* 200...400 are valid response codes. PUT and POST request bodies default to ''.Jeremy Kemper2006-08-311-5/+36
* site= accepts URIsJeremy Kemper2006-08-311-1/+13
* Initial check-in of Active ResourseDavid Heinemeier Hansson2006-06-255-0/+166