aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-08-31 09:31:11 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-08-31 09:31:11 +0000
commitf9b369487046020bcdb92a3985270c9fb9943382 (patch)
tree0c51bb258ba729abc0cb4d15908b393c80372c82 /activeresource/CHANGELOG
parentc1af2db14be7a5978ee57e6b46f02e1ec8bc14f9 (diff)
downloadrails-f9b369487046020bcdb92a3985270c9fb9943382.tar.gz
rails-f9b369487046020bcdb92a3985270c9fb9943382.tar.bz2
rails-f9b369487046020bcdb92a3985270c9fb9943382.zip
200...400 are valid response codes. PUT and POST request bodies default to ''.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4887 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activeresource/CHANGELOG')
-rw-r--r--activeresource/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG
index 8ac17c24a1..4b870e5db7 100644
--- a/activeresource/CHANGELOG
+++ b/activeresource/CHANGELOG
@@ -1,5 +1,5 @@
*SVN*
-* site= accepts URIs. [Jeremy Kemper]
+* Base.site= accepts URIs. 200...400 are valid response codes. PUT and POST request bodies default to ''. [Jeremy Kemper]
* Initial checkin: object-oriented client for restful HTTP resources which follow the Rails convention. [DHH]