| Commit message (Expand) | Author | Age | Files | Lines |
* | Strip invalid leading whitespace error uncovered by nokogiri | Jeremy Kemper | 2009-03-10 | 1 | -1/+1 |
* | Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. | Jeremy Kemper | 2009-03-08 | 1 | -10/+10 |
* | Improve exception handling when Location header is invalid. [#1192 state:reso... | Bob Aman | 2009-01-28 | 1 | -1/+14 |
* | Fix indentation mismatches | Jeremy Kemper | 2008-11-22 | 1 | -43/+43 |
* | ActiveResource can load array of strings, like serialize :bar, Array | Matthew Moore | 2008-10-05 | 1 | -0/+24 |
* | Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ... | Jeremy Kemper | 2008-08-31 | 1 | -4/+4 |
* | Format related patches to support serializing data out in the correct format ... | Rasik Pandey | 2008-08-29 | 1 | -1/+1 |
* | Clear prefix_parameters cache when setting prefix | Tarmo Tänav | 2008-08-23 | 1 | -0/+9 |
* | Add ActiveResource::Base.find(:last). [#754 state:resolved] | Adrian Mugnolo | 2008-08-22 | 1 | -46/+52 |
* | Fixes parsing deep nested resources from XML. [#380 state:resolved] | Luis Hurtado | 2008-06-09 | 1 | -0/+48 |
* | Introduce ActiveResource::Base.timeout. This allows a timeout to be set on th... | Cheah Chu Yeow | 2008-04-22 | 1 | -0/+66 |
* | Add #clone. Closes #7352 [Ryan Daigle, thechrisoshow] | Jeremy Kemper | 2008-03-28 | 1 | -0/+35 |
* | Fixed that to_param should be used and honored instead of hardcoding the id (... | David Heinemeier Hansson | 2008-03-28 | 1 | -28/+106 |
* | URI.decode site username/password. Closes #11169 [Ernesto Jimenez] | Jeremy Kemper | 2008-02-19 | 1 | -0/+7 |
* | Add user and password configuration options to ActiveResource::Base, not all... | Michael Koziarski | 2008-02-18 | 1 | -3/+149 |
* | Use HEAD instead of GET inside exists? Closes #11062 [bscofield] | Michael Koziarski | 2008-02-09 | 1 | -0/+5 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
* | Add Base#to_param to Active Resource that quacks like ActiveRecord. Closes #9... | Michael Koziarski | 2007-10-07 | 1 | -0/+7 |
* | Ruby 1.9 compat, consistent load paths | Jeremy Kemper | 2007-10-02 | 1 | -5/+8 |
* | Fix ARes tests under jruby. [tom.enebo@gmail.com] | Michael Koziarski | 2007-09-24 | 1 | -1/+1 |
* | Fixes that using a subclass of an ARes object would cache a connection object... | Tobias Lütke | 2007-06-27 | 1 | -0/+30 |
* | Fix reload error when path prefix is used. Closes #8727. | Jeremy Kemper | 2007-06-22 | 1 | -0/+11 |
* | Added proper handling of arrays. Closes #8537 [hasmanyjosh] | Rick Olson | 2007-06-21 | 1 | -6/+10 |
* | Fixed query methods on resources. [Cody Fauser] | Tobias Lütke | 2007-06-08 | 1 | -0/+1 |
* | pass the prefix_options to the instantiated record when using find without a ... | Rick Olson | 2007-06-01 | 1 | -1/+9 |
* | Handle string and symbol param keys when splitting params into prefix params ... | Rick Olson | 2007-05-09 | 1 | -0/+4 |
* | Make respond_to? work as expected | Tobias Lütke | 2007-05-04 | 1 | -0/+8 |
* | BACKWARDS INCOMPATIBLE: Changed the finder API to be more extensible with :pa... | David Heinemeier Hansson | 2007-05-01 | 1 | -11/+34 |
* | change #custom_headers to just #headers [Rick] | Rick Olson | 2007-04-29 | 1 | -2/+2 |
* | Add support for setting custom headers per ActiveResource model [Rick] | Rick Olson | 2007-04-29 | 1 | -0/+8 |
* | Added find-by-path options to ActiveResource::Base.find [DHH] | David Heinemeier Hansson | 2007-04-27 | 1 | -0/+15 |
* | Added support for calling custom methods #6979 [rwdaigle] | David Heinemeier Hansson | 2007-04-26 | 1 | -1/+5 |
* | Remove explicit prefix_options parameter for ActiveResource::Base#initialize.... | Rick Olson | 2007-04-24 | 1 | -4/+24 |
* | Disregard namespaces from the default element name, so Highrise::Person will ... | David Heinemeier Hansson | 2007-04-19 | 1 | -10/+5 |
* | Allow array and hash query parameters. Closes #7756. | Jeremy Kemper | 2007-03-11 | 1 | -2/+5 |
* | Loading a resource preserves its prefix_options. Closes #7353. Silence prefix... | Jeremy Kemper | 2007-01-24 | 1 | -0/+7 |
* | Carry over the convenience of #create from ActiveRecord. Closes #7340. [Rya... | Rick Olson | 2007-01-24 | 1 | -1/+14 |
* | Increase ActiveResource::Base test coverage. Closes #7173, #7174 [Rich Collins] | Rick Olson | 2007-01-23 | 1 | -0/+26 |
* | Base.exists?(id, options) and Base#exists? check whether the resource is foun... | Jeremy Kemper | 2007-01-12 | 1 | -0/+24 |
* | prefix_parameters pulls /:path/:params from the URI prefix | Jeremy Kemper | 2006-12-29 | 1 | -8/+8 |
* | Query string support. Closes #6855. | Jeremy Kemper | 2006-12-29 | 1 | -0/+22 |
* | test that element name includes module nesting | Jeremy Kemper | 2006-12-21 | 1 | -0/+8 |
* | Subclasses share superclass site until explicitly set. This way you can set S... | Jeremy Kemper | 2006-12-21 | 1 | -0/+30 |
* | Allow subclassed resources to share the site info [Rick] | Rick Olson | 2006-12-13 | 1 | -0/+6 |
* | Add Base.delete for deleting resources without having to instantiate them first | Jamis Buck | 2006-10-06 | 1 | -0/+4 |
* | Make #save behavior mimic AR::Base#save (true on success, false on failure) | Jamis Buck | 2006-10-02 | 1 | -2/+2 |
* | Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan] | Rick Olson | 2006-09-29 | 1 | -22/+24 |
* | fixed failing tests now that non-GET requests are sent with .xml file ext. E... | Rick Olson | 2006-09-20 | 1 | -11/+20 |
* | Optimistic locking: raise ActiveResource::ResourceConflict on 409 Conflict re... | Jeremy Kemper | 2006-09-09 | 1 | -0/+8 |
* | Major updates to ActiveResource, please see changelog and unit tests [Rick Ol... | Rick Olson | 2006-09-01 | 1 | -15/+94 |