diff options
author | Rick Olson <technoweenie@gmail.com> | 2006-09-20 19:31:17 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2006-09-20 19:31:17 +0000 |
commit | 4d63e01fa052749f742e90bcb3889cbae6152c92 (patch) | |
tree | 5f6b63d7b74685ff80a2366b4f3d0d6124176a09 /activeresource/CHANGELOG | |
parent | 5e5b87b412e310fac4980fa5dc0ed7f0e58771cd (diff) | |
download | rails-4d63e01fa052749f742e90bcb3889cbae6152c92.tar.gz rails-4d63e01fa052749f742e90bcb3889cbae6152c92.tar.bz2 rails-4d63e01fa052749f742e90bcb3889cbae6152c92.zip |
fixed failing tests now that non-GET requests are sent with .xml file ext. Extracted #id_from_response as an entry point for customizing how a created resource gets its own ID.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5153 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activeresource/CHANGELOG')
-rw-r--r-- | activeresource/CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG index c81f7daacb..6906c17ac7 100644 --- a/activeresource/CHANGELOG +++ b/activeresource/CHANGELOG @@ -1,5 +1,8 @@ *SVN* +* Extracted #id_from_response as an entry point for customizing how a created resource gets its own ID. + By default, it extracts from the Location response header. + * Optimistic locking: raise ActiveResource::ResourceConflict on 409 Conflict response. [Jeremy Kemper] # Example controller action |