index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activeresource
/
lib
/
active_resource
/
connection.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
HTTP Accept header
Edgar J. Suarez
2008-09-18
1
-1
/
+1
*
Format related patches to support serializing data out in the correct format ...
Rasik Pandey
2008-08-29
1
-7
/
+18
*
Consistently use the framework's configured logger and avoid reverting to RAI...
Joshua Peek
2008-08-18
1
-8
/
+8
*
Fixed problems with the logger used if the logging string included %'s [#840 ...
David Heinemeier Hansson
2008-08-15
1
-1
/
+1
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-2
/
+2
*
Fixed response logging to use length instead of the entire thing (seangeo) [#...
David Heinemeier Hansson
2008-04-29
1
-1
/
+1
*
Rescue from Timeout::Error in ActiveResource::Connection.
Cheah Chu Yeow
2008-04-22
1
-0
/
+10
*
Introduce ActiveResource::Base.timeout. This allows a timeout to be set on th...
Cheah Chu Yeow
2008-04-22
1
-3
/
+9
*
URI.decode site username/password. Closes #11169 [Ernesto Jimenez]
Jeremy Kemper
2008-02-19
1
-2
/
+2
*
Add user and password configuration options to ActiveResource::Base, not all...
Michael Koziarski
2008-02-18
1
-3
/
+16
*
Use HEAD instead of GET inside exists? Closes #11062 [bscofield]
Michael Koziarski
2008-02-09
1
-0
/
+6
*
Added more specific exceptions for 400, 401, and 403 (all descending from Cli...
David Heinemeier Hansson
2007-12-14
1
-0
/
+15
*
Correct empty response handling. Closes #10445.
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
Don't cache net/http object so that ActiveResource is more thread-safe. Clos...
Rick Olson
2007-11-19
1
-9
/
+6
*
Added ActiveResource.format= which defaults to :xml but can also be set to :j...
David Heinemeier Hansson
2007-09-20
1
-21
/
+9
*
Raise ActiveResource::Redirection on 301,302 http code
Tobias Lütke
2007-08-09
1
-1
/
+8
*
Big documentation upgrade for ARes (closes #8694) [jeremymcanally]
David Heinemeier Hansson
2007-06-23
1
-10
/
+18
*
Added proper handling of arrays. Closes #8537 [hasmanyjosh]
Rick Olson
2007-06-21
1
-19
/
+6
*
Ensure that post and put requests pass in Content-Length to the server.
Tobias Lütke
2007-06-19
1
-2
/
+2
*
Recognize and raise an exception on 405 Method Not Allowed responses. Closes ...
Jeremy Kemper
2007-05-26
1
-0
/
+9
*
Add support for setting custom headers per ActiveResource model [Rick]
Rick Olson
2007-04-29
1
-10
/
+10
*
Disregard namespaces from the default element name, so Highrise::Person will ...
David Heinemeier Hansson
2007-04-19
1
-2
/
+11
*
Interpret 422 Unprocessable Entity as ResourceInvalid. Closes #7097.
Jeremy Kemper
2007-01-17
1
-2
/
+2
*
Mega documentation patches. #7025, #7069 [rwdaigle]
Rick Olson
2007-01-16
1
-2
/
+17
*
Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic]
Rick Olson
2006-12-12
1
-1
/
+21
*
*_path instance methods. Check for missing/invalid site uri. http_mock respon...
Jeremy Kemper
2006-12-05
1
-3
/
+4
*
Add basic logging support for logging outgoing requests.
Jamis Buck
2006-10-23
1
-2
/
+11
*
Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan]
Rick Olson
2006-09-29
1
-6
/
+18
*
Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti...
David Heinemeier Hansson
2006-09-20
1
-1
/
+1
*
Optimistic locking: raise ActiveResource::ResourceConflict on 409 Conflict re...
Jeremy Kemper
2006-09-09
1
-6
/
+6
*
Basic validation support [Rick Olson]
Rick Olson
2006-09-08
1
-1
/
+3
*
Major updates to ActiveResource, please see changelog and unit tests [Rick Ol...
Rick Olson
2006-09-01
1
-3
/
+8
*
200...400 are valid response codes. PUT and POST request bodies default to ''.
Jeremy Kemper
2006-08-31
1
-15
/
+17
*
Initial check-in of Active Resourse
David Heinemeier Hansson
2006-06-25
1
-0
/
+86