From d43392a50b4f7023b13747a67c4a6aa85e4036c4 Mon Sep 17 00:00:00 2001 From: Leon Breedt Date: Fri, 4 Mar 2005 10:07:53 +0000 Subject: add action_web_service/test_invoke, will be used by for testing APIs in a Rails project instance. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@830 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionwebservice/CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'actionwebservice/CHANGELOG') diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG index f823c293ba..5dbae2ff88 100644 --- a/actionwebservice/CHANGELOG +++ b/actionwebservice/CHANGELOG @@ -1,5 +1,9 @@ *0.6.0* (Unreleased) +* Add action_controller/test_invoke, used for integrating AWS with the Rails testing infrastructure + +* Allow passing through options to the SOAP RPC driver for the SOAP client + * Make the SOAP WS marshaler use #columns to decide which fields to marshal as well, avoids providing attributes brought in by associations * Add ActionWebService::API::Base.allow_active_record_expects option, with a default of false. Setting this to true will allow specifying ActiveRecord::Base model classes in :expects. API writers should take care to validate the received ActiveRecord model objects when turning it on, and/or have an authentication mechanism in place to reduce the security risk. -- cgit v1.2.3