rails--rails/activeresource/lib/active_resource
David Heinemeier Hansson 869d731cca Fixed response logging to use length instead of the entire thing (seangeo) [#27 state:resolved] 2008-04-29 17:16:36 -05:00
..
formats Added ActiveResource.format= which defaults to :xml but can also be set to :json [DHH]. Added one-off declarations of mock behavior [DHH] 2007-09-20 23:18:05 +00:00
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 Fixed response logging to use length instead of the entire thing (seangeo) [#27 state:resolved] 2008-04-29 17:16:36 -05:00
custom_methods.rb Reference to :element option in documentation should be :member. Closes #10905 [fxn] 2008-01-23 17:04:49 +00:00
formats.rb Added ActiveResource.format= which defaults to :xml but can also be set to :json [DHH]. Added one-off declarations of mock behavior [DHH] 2007-09-20 23:18:05 +00:00
http_mock.rb Use HEAD instead of GET inside exists? Closes #11062 [bscofield] 2008-02-09 22:21:55 +00:00
validations.rb Big documentation upgrade for ARes (closes #8694) [jeremymcanally] 2007-06-23 17:29:54 +00:00
version.rb Prepare for 2.0.2 release 2007-12-16 23:30:30 +00:00