aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib/active_resource/connection.rb
Commit message (Expand)AuthorAgeFilesLines
* updated all the tests in ARes to work with jsonJosh Kalderimis2011-05-181-1/+1
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* Move uri parser to AS as URI.parser method to reuse it in AP and ARes.Emilio Tagua2010-09-281-5/+5
* Allow per Resource format settingsJacques Crocker2010-09-251-1/+1
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-2/+1
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-1/+2
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-021-1/+1
* Remove URI object from ActiveResource notification, send the :mailer class in...José Valim2010-01-151-3/+4
* Yield the payload notifications for further modification (like adding the res...José Valim2010-01-151-3/+3
* Add notifications to ActiveResource.José Valim2010-01-141-9/+4
* Ruby 1.9.2: URI.parse and .decode are deprecatedJeremy Kemper2009-11-091-4/+5
* Digest auth option for ActiveResource.pivotal2009-10-151-11/+79
* Active Resource recognizes 410 as Resource Gone now [#2316 state:resolved] [J...Jordan Brough2009-08-091-0/+2
* Make ActiveResource#exists? work [#3020 state:resolved]Jatinder Singh2009-08-091-2/+3
* Add ability to set SSL options on ARes connections.Roy Nicholson2009-08-091-3/+32
* Setting connection timeout also affects Net::HTTP open_timeout.Jeremy Kemper2009-08-091-7/+19
* HTTP proxy supportMarshall Huss2009-08-081-3/+13
* Ruby 1.9 compat: fix for SSL in Active ResourceBrendan Schwartz2009-08-071-1/+1
* Setup ActiveResource autoloadsJoshua Peek2009-06-081-2/+0
* Cherry pick Active Support dependencies. Autoload.Jeremy Kemper2009-05-061-56/+4
* Merge docrailsPratik Naik2009-03-241-11/+11
* Benchmark.msJeremy Kemper2008-12-091-2/+2
* HTTP Accept headerEdgar J. Suarez2008-09-181-1/+1
* Format related patches to support serializing data out in the correct format ...Rasik Pandey2008-08-291-7/+18
* Consistently use the framework's configured logger and avoid reverting to RAI...Joshua Peek2008-08-181-8/+8
* Fixed problems with the logger used if the logging string included %'s [#840 ...David Heinemeier Hansson2008-08-151-1/+1
* 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