| Commit message (Expand) | Author | Age | Files | Lines |
* | Rescue from Timeout::Error in ActiveResource::Connection. | Cheah Chu Yeow | 2008-04-22 | 2 | -1/+22 |
* | Introduce ActiveResource::Base.timeout. This allows a timeout to be set on th... | Cheah Chu Yeow | 2008-04-22 | 2 | -0/+71 |
* | 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 | 2 | -0/+16 |
* | Add user and password configuration options to ActiveResource::Base, not all... | Michael Koziarski | 2008-02-18 | 3 | -3/+184 |
* | Use HEAD instead of GET inside exists? Closes #11062 [bscofield] | Michael Koziarski | 2008-02-09 | 2 | -0/+12 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 8 | -11/+11 |
* | find_or_create_resource_for handles module nesting. Closes #10646. | Jeremy Kemper | 2008-01-02 | 1 | -0/+35 |
* | Allow setting ActiveResource::Base#format before #site. [rick] | Rick Olson | 2007-12-28 | 1 | -0/+7 |
* | Support agnostic formats when calling custom methods. Closes #10635 [joerich... | Rick Olson | 2007-12-28 | 1 | -0/+34 |
* | inherit from the new ActiveSupport::BlankSlate class | Rick Olson | 2007-12-28 | 1 | -1/+1 |
* | Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas... | Jeremy Kemper | 2007-12-18 | 2 | -5/+3 |
* | Added more specific exceptions for 400, 401, and 403 (all descending from Cli... | David Heinemeier Hansson | 2007-12-14 | 1 | -1/+10 |
* | Add Base#to_param to Active Resource that quacks like ActiveRecord. Closes #9... | Michael Koziarski | 2007-10-07 | 1 | -0/+7 |
* | BlankSlate -> BasicObject | Jeremy Kemper | 2007-10-07 | 1 | -3/+1 |
* | Ruby 1.9 compat, consistent load paths | Jeremy Kemper | 2007-10-02 | 6 | -18/+21 |
* | Fix ARes tests under jruby. [tom.enebo@gmail.com] | Michael Koziarski | 2007-09-24 | 1 | -1/+1 |
* | Increase test coverage (closes #8699, #8700) [josh] | David Heinemeier Hansson | 2007-09-21 | 2 | -11/+32 |
* | Added ActiveResource.format= which defaults to :xml but can also be set to :j... | David Heinemeier Hansson | 2007-09-20 | 1 | -0/+42 |
* | Raise ActiveResource::Redirection on 301,302 http code | Tobias Lütke | 2007-08-09 | 1 | -3/+3 |
* | 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 | 3 | -9/+14 |
* | 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 |
* | Recognize and raise an exception on 405 Method Not Allowed responses. Closes ... | Jeremy Kemper | 2007-05-26 | 1 | -0/+13 |
* | 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 | 2 | -14/+37 |
* | 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 | 2 | -0/+33 |
* | Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ... | David Heinemeier Hansson | 2007-04-28 | 1 | -1/+0 |
* | Added find-by-path options to ActiveResource::Base.find [DHH] | David Heinemeier Hansson | 2007-04-27 | 2 | -1/+16 |
* | Added support for using classes from within a single nested module [DHH] | David Heinemeier Hansson | 2007-04-26 | 1 | -1/+17 |
* | The find should instantiate real objects, not return hashes | David Heinemeier Hansson | 2007-04-26 | 1 | -1/+1 |
* | Added support for calling custom methods #6979 [rwdaigle] | David Heinemeier Hansson | 2007-04-26 | 2 | -1/+92 |
* | 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 | 2 | -11/+6 |
* | Allow array and hash query parameters. Closes #7756. | Jeremy Kemper | 2007-03-11 | 1 | -2/+5 |
* | Squash test warnings. | Jeremy Kemper | 2007-01-24 | 2 | -28/+32 |
* | 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 | 2 | -0/+54 |
* | Interpret 422 Unprocessable Entity as ResourceInvalid. Closes #7097. | Jeremy Kemper | 2007-01-17 | 2 | -4/+4 |
* | 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 |
* | Base#==, eql?, and hash methods. == returns true if its argument is identical... | Jeremy Kemper | 2006-12-22 | 1 | -0/+43 |
* | test that element name includes module nesting | Jeremy Kemper | 2006-12-21 | 1 | -0/+8 |