rails--rails/activeresource/lib/active_resource
Cheah Chu Yeow cf32baf915 Rescue from Timeout::Error in ActiveResource::Connection.
Signed-off-by: Michael Koziarski <michael@koziarski.com>
2008-04-22 09:30:56 +12:00
..
formats
base.rb Introduce ActiveResource::Base.timeout. This allows a timeout to be set on the internal Net::HTTP instance ARes uses (default is 60 seconds). Setting a low timeout allows ARes clients to fail-fast in the event of a unresponsive/crashed server, rather than cause cascading failures in your application. 2008-04-22 09:30:41 +12:00
connection.rb Rescue from Timeout::Error in ActiveResource::Connection. 2008-04-22 09:30:56 +12:00
custom_methods.rb
formats.rb
http_mock.rb Use HEAD instead of GET inside exists? Closes #11062 [bscofield] 2008-02-09 22:21:55 +00:00
validations.rb
version.rb