| Commit message (Expand) | Author | Age | Files | Lines |
* | Ruby 1.9 compatibility | Jeremy Kemper | 2007-12-21 | 1 | -0/+5 |
* | Prepare for 2.0.2 release | David Heinemeier Hansson | 2007-12-16 | 1 | -1/+1 |
* | Added more specific exceptions for 400, 401, and 403 (all descending from Cli... | David Heinemeier Hansson | 2007-12-14 | 1 | -0/+2 |
* | Correct empty response handling. Closes #10445. | Jeremy Kemper | 2007-12-10 | 1 | -0/+5 |
* | Make ready for 2.0.1 | David Heinemeier Hansson | 2007-12-07 | 1 | -1/+1 |
* | Preparing for release shortly | David Heinemeier Hansson | 2007-12-06 | 1 | -4/+1 |
* | Prep for RC2 | David Heinemeier Hansson | 2007-11-29 | 1 | -0/+3 |
* | Don't cache net/http object so that ActiveResource is more thread-safe. Clos... | Rick Olson | 2007-11-19 | 1 | -0/+2 |
* | Update XML documentation examples to include explicit type attributes. Closes... | Marcel Molina | 2007-11-06 | 1 | -0/+2 |
* | Updated CHANGELOGs. They need to be filtered for duplicates | David Heinemeier Hansson | 2007-09-29 | 1 | -1/+1 |
* | Added ActiveResource.format= which defaults to :xml but can also be set to :j... | David Heinemeier Hansson | 2007-09-20 | 1 | -0/+25 |
* | Fix reload error when path prefix is used. Closes #8727. | Jeremy Kemper | 2007-06-22 | 1 | -0/+2 |
* | Remove ActiveResource::Struct because it hasn't proven very useful. Creating ... | Jeremy Kemper | 2007-06-09 | 1 | -0/+2 |
* | Fixed query methods on resources. [Cody Fauser] | Tobias Lütke | 2007-06-08 | 1 | -0/+2 |
* | pass the prefix_options to the instantiated record when using find without a ... | Rick Olson | 2007-06-01 | 1 | -0/+2 |
* | Recognize and raise an exception on 405 Method Not Allowed responses. Closes ... | Jeremy Kemper | 2007-05-26 | 1 | -0/+2 |
* | Handle string and symbol param keys when splitting params into prefix params ... | Rick Olson | 2007-05-09 | 1 | -0/+4 |
* | BACKWARDS INCOMPATIBLE: Changed the finder API to be more extensible with :pa... | David Heinemeier Hansson | 2007-05-01 | 1 | -1/+9 |
* | change #custom_headers to just #headers [Rick] | Rick Olson | 2007-04-29 | 1 | -1/+1 |
* | Add support for setting custom headers per ActiveResource model [Rick] | Rick Olson | 2007-04-29 | 1 | -0/+9 |
* | Added find-by-path options to ActiveResource::Base.find [DHH] | David Heinemeier Hansson | 2007-04-27 | 1 | -0/+6 |
* | Added support for using classes from within a single nested module [DHH] | David Heinemeier Hansson | 2007-04-26 | 1 | -0/+15 |
* | Added load_attributes_from_response as a way of loading attributes from other... | David Heinemeier Hansson | 2007-04-26 | 1 | -0/+11 |
* | Added support for calling custom methods #6979 [rwdaigle] | David Heinemeier Hansson | 2007-04-26 | 1 | -0/+5 |
* | 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 | 1 | -0/+7 |
* | Disregard namespaces from the default element name, so Highrise::Person will ... | David Heinemeier Hansson | 2007-04-19 | 1 | -0/+6 |
* | Allow array and hash query parameters. Closes #7756. | Jeremy Kemper | 2007-03-11 | 1 | -0/+2 |
* | Loading a resource preserves its prefix_options. Closes #7353. Silence prefix... | Jeremy Kemper | 2007-01-24 | 1 | -0/+2 |
* | Carry over the convenience of #create from ActiveRecord. Closes #7340. [Rya... | Rick Olson | 2007-01-24 | 1 | -0/+2 |
* | Increase ActiveResource::Base test coverage. Closes #7173, #7174 [Rich Collins] | Rick Olson | 2007-01-23 | 1 | -0/+2 |
* | Interpret 422 Unprocessable Entity as ResourceInvalid. Closes #7097. | Jeremy Kemper | 2007-01-17 | 1 | -0/+2 |
* | Mega documentation patches. #7025, #7069 [rwdaigle] | Rick Olson | 2007-01-16 | 1 | -0/+2 |
* | Base.exists?(id, options) and Base#exists? check whether the resource is foun... | Jeremy Kemper | 2007-01-12 | 1 | -0/+2 |
* | Query string support. Closes #6855. | Jeremy Kemper | 2006-12-29 | 1 | -0/+4 |
* | Base#==, eql?, and hash methods. == returns true if its argument is identical... | Jeremy Kemper | 2006-12-22 | 1 | -0/+2 |
* | Subclasses share superclass site until explicitly set. This way you can set S... | Jeremy Kemper | 2006-12-21 | 1 | -4/+4 |
* | Allow subclassed resources to share the site info [Rick] | Rick Olson | 2006-12-13 | 1 | -0/+15 |
* | Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic] | Rick Olson | 2006-12-12 | 1 | -0/+2 |
* | Use attr_accessor_with_default to dry up attribute initialization. References... | Marcel Molina | 2006-11-16 | 1 | -0/+2 |
* | Add basic logging support for logging outgoing requests. | Jamis Buck | 2006-10-23 | 1 | -0/+2 |
* | Add Base.delete for deleting resources without having to instantiate them first | Jamis Buck | 2006-10-06 | 1 | -0/+2 |
* | Make #save behavior mimic AR::Base#save (true on success, false on failure) | Jamis Buck | 2006-10-02 | 1 | -0/+2 |
* | Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan] | Rick Olson | 2006-09-29 | 1 | -0/+2 |
* | fixed failing tests now that non-GET requests are sent with .xml file ext. E... | Rick Olson | 2006-09-20 | 1 | -0/+3 |
* | Optimistic locking: raise ActiveResource::ResourceConflict on 409 Conflict re... | Jeremy Kemper | 2006-09-09 | 1 | -0/+9 |
* | Basic validation support [Rick Olson] | Rick Olson | 2006-09-08 | 1 | -0/+6 |
* | Deep hashes are converted into collections of resources. Class attribute writ... | Jeremy Kemper | 2006-09-04 | 1 | -0/+9 |
* | Major updates to ActiveResource, please see changelog and unit tests [Rick Ol... | Rick Olson | 2006-09-01 | 1 | -0/+27 |
* | 200...400 are valid response codes. PUT and POST request bodies default to ''. | Jeremy Kemper | 2006-08-31 | 1 | -1/+1 |