aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/connection_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-1/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* Digest auth option for ActiveResource.pivotal2009-10-151-0/+15
* Ruby 1.9: Fix ActiveResource::ConnectionError#to_s when @response does not re...Chad Woolley2009-10-081-1/+1
* Active Resource recognizes 410 as Resource Gone now [#2316 state:resolved] [J...Jordan Brough2009-08-091-0/+3
* Add ability to set SSL options on ARes connections.Roy Nicholson2009-08-091-0/+18
* Setting connection timeout also affects Net::HTTP open_timeout.Jeremy Kemper2009-08-091-0/+11
* HTTP proxy supportMarshall Huss2009-08-081-0/+10
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-15/+13
* HTTP Accept headerEdgar J. Suarez2008-09-181-2/+10
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-1/+1
* Rescue from Timeout::Error in ActiveResource::Connection.Cheah Chu Yeow2008-04-221-0/+9
* Introduce ActiveResource::Base.timeout. This allows a timeout to be set on th...Cheah Chu Yeow2008-04-221-0/+5
* Use HEAD instead of GET inside exists? Closes #11062 [bscofield]Michael Koziarski2008-02-091-0/+7
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...Jeremy Kemper2007-12-181-1/+0
* Added more specific exceptions for 400, 401, and 403 (all descending from Cli...David Heinemeier Hansson2007-12-141-1/+10
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-2/+2
* Raise ActiveResource::Redirection on 301,302 http codeTobias Lütke2007-08-091-3/+3
* Added proper handling of arrays. Closes #8537 [hasmanyjosh]Rick Olson2007-06-211-1/+1
* Recognize and raise an exception on 405 Method Not Allowed responses. Closes ...Jeremy Kemper2007-05-261-0/+13
* Add support for setting custom headers per ActiveResource model [Rick]Rick Olson2007-04-291-0/+25
* Disregard namespaces from the default element name, so Highrise::Person will ...David Heinemeier Hansson2007-04-191-1/+1
* Interpret 422 Unprocessable Entity as ResourceInvalid. Closes #7097.Jeremy Kemper2007-01-171-3/+3
* Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic]Rick Olson2006-12-121-3/+28
* *_path instance methods. Check for missing/invalid site uri. http_mock respon...Jeremy Kemper2006-12-051-11/+21
* Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan]Rick Olson2006-09-291-0/+40
* Optimistic locking: raise ActiveResource::ResourceConflict on 409 Conflict re...Jeremy Kemper2006-09-091-0/+3
* Basic validation support [Rick Olson]Rick Olson2006-09-081-1/+4
* 200...400 are valid response codes. PUT and POST request bodies default to ''.Jeremy Kemper2006-08-311-5/+36
* Initial check-in of Active ResourseDavid Heinemeier Hansson2006-06-251-0/+11