aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixes parsing deep nested resources from XML. [#380 state:resolved]Luis Hurtado2008-06-091-0/+48
* Introduce ActiveResource::Base.timeout. This allows a timeout to be set on th...Cheah Chu Yeow2008-04-221-0/+66
* Add #clone. Closes #7352 [Ryan Daigle, thechrisoshow]Jeremy Kemper2008-03-281-0/+35
* Fixed that to_param should be used and honored instead of hardcoding the id (...David Heinemeier Hansson2008-03-281-28/+106
* URI.decode site username/password. Closes #11169 [Ernesto Jimenez]Jeremy Kemper2008-02-191-0/+7
* Add user and password configuration options to ActiveResource::Base, not all...Michael Koziarski2008-02-181-3/+149
* Use HEAD instead of GET inside exists? Closes #11062 [bscofield]Michael Koziarski2008-02-091-0/+5
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Add Base#to_param to Active Resource that quacks like ActiveRecord. Closes #9...Michael Koziarski2007-10-071-0/+7
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-5/+8
* Fix ARes tests under jruby. [tom.enebo@gmail.com]Michael Koziarski2007-09-241-1/+1
* Fixes that using a subclass of an ARes object would cache a connection object...Tobias Lütke2007-06-271-0/+30
* Fix reload error when path prefix is used. Closes #8727.Jeremy Kemper2007-06-221-0/+11
* Added proper handling of arrays. Closes #8537 [hasmanyjosh]Rick Olson2007-06-211-6/+10
* Fixed query methods on resources. [Cody Fauser]Tobias Lütke2007-06-081-0/+1
* pass the prefix_options to the instantiated record when using find without a ...Rick Olson2007-06-011-1/+9
* Handle string and symbol param keys when splitting params into prefix params ...Rick Olson2007-05-091-0/+4
* Make respond_to? work as expectedTobias Lütke2007-05-041-0/+8
* BACKWARDS INCOMPATIBLE: Changed the finder API to be more extensible with :pa...David Heinemeier Hansson2007-05-011-11/+34
* change #custom_headers to just #headers [Rick]Rick Olson2007-04-291-2/+2
* Add support for setting custom headers per ActiveResource model [Rick]Rick Olson2007-04-291-0/+8
* Added find-by-path options to ActiveResource::Base.find [DHH]David Heinemeier Hansson2007-04-271-0/+15
* Added support for calling custom methods #6979 [rwdaigle]David Heinemeier Hansson2007-04-261-1/+5
* Remove explicit prefix_options parameter for ActiveResource::Base#initialize....Rick Olson2007-04-241-4/+24
* Disregard namespaces from the default element name, so Highrise::Person will ...David Heinemeier Hansson2007-04-191-10/+5
* 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