| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add support for setting custom headers per ActiveResource model [Rick] | Rick Olson | 2007-04-29 | 6 | -24/+70 |
* | 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 | 4 | -8/+36 |
* | Added support for using classes from within a single nested module [DHH] | David Heinemeier Hansson | 2007-04-26 | 3 | -5/+47 |
* | Added load_attributes_from_response as a way of loading attributes from other... | David Heinemeier Hansson | 2007-04-26 | 2 | -4/+18 |
* | The find should instantiate real objects, not return hashes | David Heinemeier Hansson | 2007-04-26 | 2 | -3/+6 |
* | Added support for calling custom methods #6979 [rwdaigle] | David Heinemeier Hansson | 2007-04-26 | 7 | -1/+212 |
* | dont bother merging in prefix_options | Rick Olson | 2007-04-24 | 1 | -1/+1 |
* | why oh why do i always forget to save the changelog | Rick Olson | 2007-04-24 | 1 | -1/+1 |
* | Remove explicit prefix_options parameter for ActiveResource::Base#initialize.... | Rick Olson | 2007-04-24 | 3 | -24/+98 |
* | Dont insert search parameters into the object | David Heinemeier Hansson | 2007-04-23 | 1 | -1/+1 |
* | Only include relevant files | David Heinemeier Hansson | 2007-04-23 | 1 | -4/+2 |
* | Include Active Resource instead of Action Web Service [DHH] | David Heinemeier Hansson | 2007-04-23 | 2 | -12/+8 |
* | Disregard namespaces from the default element name, so Highrise::Person will ... | David Heinemeier Hansson | 2007-04-19 | 6 | -19/+38 |
* | Allow array and hash query parameters. Closes #7756. | Jeremy Kemper | 2007-03-11 | 3 | -19/+8 |
* | Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [... | David Heinemeier Hansson | 2007-02-04 | 1 | -1/+1 |
* | 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 | 3 | -4/+17 |
* | Carry over the convenience of #create from ActiveRecord. Closes #7340. [Rya... | Rick Olson | 2007-01-24 | 4 | -1/+36 |
* | Increase ActiveResource::Base test coverage. Closes #7173, #7174 [Rich Collins] | Rick Olson | 2007-01-23 | 3 | -0/+56 |
* | Interpret 422 Unprocessable Entity as ResourceInvalid. Closes #7097. | Jeremy Kemper | 2007-01-17 | 5 | -12/+14 |
* | Mega documentation patches. #7025, #7069 [rwdaigle] | Rick Olson | 2007-01-16 | 7 | -25/+336 |
* | Base.exists?(id, options) and Base#exists? check whether the resource is foun... | Jeremy Kemper | 2007-01-12 | 3 | -0/+38 |
* | Validating save returns boolean; update and create return responses. | Jeremy Kemper | 2006-12-29 | 2 | -6/+6 |
* | prefix_parameters pulls /:path/:params from the URI prefix | Jeremy Kemper | 2006-12-29 | 2 | -21/+20 |
* | doh typo in commit from the hip | Jeremy Kemper | 2006-12-29 | 1 | -1/+1 |
* | generate prefix parameters if undefined | Jeremy Kemper | 2006-12-29 | 1 | -0/+1 |
* | Query string support. Closes #6855. | Jeremy Kemper | 2006-12-29 | 3 | -6/+64 |
* | Base#==, eql?, and hash methods. == returns true if its argument is identical... | Jeremy Kemper | 2006-12-22 | 3 | -0/+61 |
* | test that element name includes module nesting | Jeremy Kemper | 2006-12-21 | 1 | -0/+8 |
* | HttpMock InvalidRequestError inspects the mismatched request | Jeremy Kemper | 2006-12-21 | 1 | -2/+2 |
* | Subclasses share superclass site until explicitly set. This way you can set S... | Jeremy Kemper | 2006-12-21 | 4 | -18/+45 |
* | move http_mock to lib so others can use it in their Ares tests | Jeremy Kemper | 2006-12-21 | 2 | -5/+4 |
* | fix Rakefile so that the rdoc can be generated | Rick Olson | 2006-12-19 | 1 | -1/+1 |
* | Allow subclassed resources to share the site info [Rick] | Rick Olson | 2006-12-13 | 4 | -1/+49 |
* | Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic] | Rick Olson | 2006-12-12 | 6 | -26/+82 |
* | *_path instance methods. Check for missing/invalid site uri. http_mock respon... | Jeremy Kemper | 2006-12-05 | 5 | -33/+54 |
* | Use attr_accessor_with_default to dry up attribute initialization. References... | Marcel Molina | 2006-11-16 | 2 | -25/+6 |
* | to_xml needs to accept an options hash to conform with the expectations of Ha... | Jamis Buck | 2006-10-24 | 1 | -2/+2 |
* | Add basic logging support for logging outgoing requests. | Jamis Buck | 2006-10-23 | 3 | -2/+17 |
* | Add Base.delete for deleting resources without having to instantiate them first | Jamis Buck | 2006-10-06 | 3 | -0/+10 |
* | Make #save behavior mimic AR::Base#save (true on success, false on failure) | Jamis Buck | 2006-10-02 | 5 | -12/+13 |
* | assume the passed headers to the ActiveResource HttpMock Request/Response are... | Rick Olson | 2006-10-02 | 1 | -2/+2 |
* | Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan] | Rick Olson | 2006-09-29 | 7 | -39/+190 |
* | workaround collections loaded as :people => { :person => [{..attrs..}, {..att... | Jeremy Kemper | 2006-09-22 | 2 | -28/+44 |
* | fixed failing tests now that non-GET requests are sent with .xml file ext. E... | Rick Olson | 2006-09-20 | 4 | -13/+30 |
* | Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti... | David Heinemeier Hansson | 2006-09-20 | 2 | -2/+2 |
* | Version updates and missing licenses | David Heinemeier Hansson | 2006-09-15 | 1 | -0/+20 |
* | All verbs should use formatted urls [DHH] | David Heinemeier Hansson | 2006-09-13 | 1 | -3/+3 |
* | Optimistic locking: raise ActiveResource::ResourceConflict on 409 Conflict re... | Jeremy Kemper | 2006-09-09 | 4 | -6/+26 |