aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib/active_resource/connection.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation coverage and markupXavier Noria2008-05-021-2/+2
* Fixed response logging to use length instead of the entire thing (seangeo) [#...David Heinemeier Hansson2008-04-291-1/+1
* Rescue from Timeout::Error in ActiveResource::Connection.Cheah Chu Yeow2008-04-221-0/+10
* Introduce ActiveResource::Base.timeout. This allows a timeout to be set on th...Cheah Chu Yeow2008-04-221-3/+9
* URI.decode site username/password. Closes #11169 [Ernesto Jimenez]Jeremy Kemper2008-02-191-2/+2
* Add user and password configuration options to ActiveResource::Base, not all...Michael Koziarski2008-02-181-3/+16
* Use HEAD instead of GET inside exists? Closes #11062 [bscofield]Michael Koziarski2008-02-091-0/+6
* Added more specific exceptions for 400, 401, and 403 (all descending from Cli...David Heinemeier Hansson2007-12-141-0/+15
* Correct empty response handling. Closes #10445.Jeremy Kemper2007-12-101-1/+1
* Don't cache net/http object so that ActiveResource is more thread-safe. Clos...Rick Olson2007-11-191-9/+6
* Added ActiveResource.format= which defaults to :xml but can also be set to :j...David Heinemeier Hansson2007-09-201-21/+9
* Raise ActiveResource::Redirection on 301,302 http codeTobias Lütke2007-08-091-1/+8
* Big documentation upgrade for ARes (closes #8694) [jeremymcanally]David Heinemeier Hansson2007-06-231-10/+18
* Added proper handling of arrays. Closes #8537 [hasmanyjosh]Rick Olson2007-06-211-19/+6
* Ensure that post and put requests pass in Content-Length to the server. Tobias Lütke2007-06-191-2/+2
* Recognize and raise an exception on 405 Method Not Allowed responses. Closes ...Jeremy Kemper2007-05-261-0/+9
* Add support for setting custom headers per ActiveResource model [Rick]Rick Olson2007-04-291-10/+10
* Disregard namespaces from the default element name, so Highrise::Person will ...David Heinemeier Hansson2007-04-191-2/+11
* Interpret 422 Unprocessable Entity as ResourceInvalid. Closes #7097.Jeremy Kemper2007-01-171-2/+2
* Mega documentation patches. #7025, #7069 [rwdaigle]Rick Olson2007-01-161-2/+17
* Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic]Rick Olson2006-12-121-1/+21
* *_path instance methods. Check for missing/invalid site uri. http_mock respon...Jeremy Kemper2006-12-051-3/+4
* Add basic logging support for logging outgoing requests.Jamis Buck2006-10-231-2/+11
* Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan]Rick Olson2006-09-291-6/+18
* Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti...David Heinemeier Hansson2006-09-201-1/+1
* Optimistic locking: raise ActiveResource::ResourceConflict on 409 Conflict re...Jeremy Kemper2006-09-091-6/+6
* Basic validation support [Rick Olson]Rick Olson2006-09-081-1/+3
* Major updates to ActiveResource, please see changelog and unit tests [Rick Ol...Rick Olson2006-09-011-3/+8
* 200...400 are valid response codes. PUT and POST request bodies default to ''.Jeremy Kemper2006-08-311-15/+17
* Initial check-in of Active ResourseDavid Heinemeier Hansson2006-06-251-0/+86