aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-04-24 16:05:20 +0000
committerRick Olson <technoweenie@gmail.com>2007-04-24 16:05:20 +0000
commit208d12d15d809391abee90242effd53e3f7e9821 (patch)
treeb6131fc81fa19801464333fd181802c058dc8f92 /activeresource/CHANGELOG
parentfe218684d50400d9e6564d3247d48b4e07f1024a (diff)
downloadrails-208d12d15d809391abee90242effd53e3f7e9821.tar.gz
rails-208d12d15d809391abee90242effd53e3f7e9821.tar.bz2
rails-208d12d15d809391abee90242effd53e3f7e9821.zip
Remove explicit prefix_options parameter for ActiveResource::Base#initialize. Allow ActiveResource::Base.delete with custom prefix. Add ActiveResource::Base#dup [Rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6568 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activeresource/CHANGELOG')
-rw-r--r--activeresource/CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG
index ee4fc90298..2e3272a656 100644
--- a/activeresource/CHANGELOG
+++ b/activeresource/CHANGELOG
@@ -1,5 +1,12 @@
*SVN*
+* Remove explicit prefix_options parameter for ActiveResource::Base#initialize. [Rick]
+ ActiveResource splits the prefix_options from it automatically.
+
+* Allow ActiveResource::Base.delete with custom prefix. [Rick]
+
+* Add ActiveResource::Base#dup [Rick]
+
* Fixed constant warning when fetching the same object multiple times [DHH]
* Added that saves which get a body response (and not just a 201) will use that response to update themselves [DHH]