This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-01-30 08:48:06 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
162c7c1908946cfb48c201cfc5a4976a33c8bff1
rails
/
activeresource
/
lib
/
active_resource
History
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
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
Rescue from Timeout::Error in ActiveResource::Connection.
2008-04-22 09:30:56 +12: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