aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource
Commit message (Expand)AuthorAgeFilesLines
* Base.exists?(id, options) and Base#exists? check whether the resource is foun...Jeremy Kemper2007-01-123-0/+38
* Validating save returns boolean; update and create return responses.Jeremy Kemper2006-12-292-6/+6
* prefix_parameters pulls /:path/:params from the URI prefixJeremy Kemper2006-12-292-21/+20
* doh typo in commit from the hipJeremy Kemper2006-12-291-1/+1
* generate prefix parameters if undefinedJeremy Kemper2006-12-291-0/+1
* Query string support. Closes #6855.Jeremy Kemper2006-12-293-6/+64
* Base#==, eql?, and hash methods. == returns true if its argument is identical...Jeremy Kemper2006-12-223-0/+61
* test that element name includes module nestingJeremy Kemper2006-12-211-0/+8
* HttpMock InvalidRequestError inspects the mismatched requestJeremy Kemper2006-12-211-2/+2
* Subclasses share superclass site until explicitly set. This way you can set S...Jeremy Kemper2006-12-214-18/+45
* move http_mock to lib so others can use it in their Ares testsJeremy Kemper2006-12-212-5/+4
* fix Rakefile so that the rdoc can be generatedRick Olson2006-12-191-1/+1
* Allow subclassed resources to share the site info [Rick]Rick Olson2006-12-134-1/+49
* Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic]Rick Olson2006-12-126-26/+82
* *_path instance methods. Check for missing/invalid site uri. http_mock respon...Jeremy Kemper2006-12-055-33/+54
* Use attr_accessor_with_default to dry up attribute initialization. References...Marcel Molina2006-11-162-25/+6
* to_xml needs to accept an options hash to conform with the expectations of Ha...Jamis Buck2006-10-241-2/+2
* Add basic logging support for logging outgoing requests.Jamis Buck2006-10-233-2/+17
* Add Base.delete for deleting resources without having to instantiate them firstJamis Buck2006-10-063-0/+10
* Make #save behavior mimic AR::Base#save (true on success, false on failure)Jamis Buck2006-10-025-12/+13
* 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-297-39/+190
* workaround collections loaded as :people => { :person => [{..attrs..}, {..att...Jeremy Kemper2006-09-222-28/+44
* fixed failing tests now that non-GET requests are sent with .xml file ext. E...Rick Olson2006-09-204-13/+30
* Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti...David Heinemeier Hansson2006-09-202-2/+2
* Version updates and missing licensesDavid Heinemeier Hansson2006-09-151-0/+20
* All verbs should use formatted urls [DHH]David Heinemeier Hansson2006-09-131-3/+3
* Optimistic locking: raise ActiveResource::ResourceConflict on 409 Conflict re...Jeremy Kemper2006-09-094-6/+26
* Basic validation support [Rick Olson]Rick Olson2006-09-086-3/+184
* load expects a HashJeremy Kemper2006-09-052-5/+4
* load nil is noop. use new? instead of new_resource?Jeremy Kemper2006-09-042-2/+9
* Deep hashes are converted into collections of resources. Class attribute writ...Jeremy Kemper2006-09-045-14/+132
* consistent load path to prevent double loadsJeremy Kemper2006-09-041-3/+2
* test subdirs, turn warnings onJeremy Kemper2006-09-041-1/+2
* Major updates to ActiveResource, please see changelog and unit tests [Rick Ol...Rick Olson2006-09-017-54/+250
* 200...400 are valid response codes. PUT and POST request bodies default to ''.Jeremy Kemper2006-08-313-21/+54
* site= accepts URIsJeremy Kemper2006-08-313-4/+18
* start an Active Resource changelogJeremy Kemper2006-08-261-0/+3
* Initial check-in of Active ResourseDavid Heinemeier Hansson2006-06-2512-0/+543