aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow array and hash query parameters. Closes #7756.Jeremy Kemper2007-03-111-2/+5
* Loading a resource preserves its prefix_options. Closes #7353. Silence prefix...Jeremy Kemper2007-01-241-0/+7
* Carry over the convenience of #create from ActiveRecord. Closes #7340. [Rya...Rick Olson2007-01-241-1/+14
* Increase ActiveResource::Base test coverage. Closes #7173, #7174 [Rich Collins]Rick Olson2007-01-231-0/+26
* 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
* 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-211-0/+30
* Allow subclassed resources to share the site info [Rick]Rick Olson2006-12-131-0/+6
* 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-021-2/+2
* Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan]Rick Olson2006-09-291-22/+24
* fixed failing tests now that non-GET requests are sent with .xml file ext. E...Rick Olson2006-09-201-11/+20
* Optimistic locking: raise ActiveResource::ResourceConflict on 409 Conflict re...Jeremy Kemper2006-09-091-0/+8
* Major updates to ActiveResource, please see changelog and unit tests [Rick Ol...Rick Olson2006-09-011-15/+94
* site= accepts URIsJeremy Kemper2006-08-311-1/+13
* Initial check-in of Active ResourseDavid Heinemeier Hansson2006-06-251-0/+60