aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib/active_resource/connection.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add basic logging support for logging outgoing requests.Jamis Buck2006-10-231-2/+11
* Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan]Rick Olson2006-09-291-6/+18
* Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti...David Heinemeier Hansson2006-09-201-1/+1
* Optimistic locking: raise ActiveResource::ResourceConflict on 409 Conflict re...Jeremy Kemper2006-09-091-6/+6
* Basic validation support [Rick Olson]Rick Olson2006-09-081-1/+3
* Major updates to ActiveResource, please see changelog and unit tests [Rick Ol...Rick Olson2006-09-011-3/+8
* 200...400 are valid response codes. PUT and POST request bodies default to ''.Jeremy Kemper2006-08-311-15/+17
* Initial check-in of Active ResourseDavid Heinemeier Hansson2006-06-251-0/+86