aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib/action_web_service/dispatcher
Commit message (Expand)AuthorAgeFilesLines
* Ousted ActionWebService from Rails 2.0David Heinemeier Hansson2007-11-212-586/+0
* Simple changes to bring AWS up to date with view_paths and render :text. Test...Michael Koziarski2007-10-151-3/+3
* Documentation for ActionWebService::API::Base.Kent Sibilev2007-01-241-2/+2
* Allow action_web_service to handle various HTTP methods including GETKent Sibilev2007-01-241-2/+5
* Ensure that DispatcherError is being thrown correctly when a malformed reques...Kent Sibilev2006-12-111-0/+4
* Removed invocation of deprecated before_action and around_action filter methods.Kent Sibilev2006-09-251-7/+1
* ActionWebService WSDL generation ignores HTTP_X_FORWARDED_HOSTKent Sibilev2006-09-011-1/+1
* Fixed XMLRPC multicall when one of the called methods returns a struct object.Kent Sibilev2006-08-231-4/+7
* Fix AWS testsDavid Heinemeier Hansson2006-08-141-0/+4
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...Marcel Molina2006-04-291-2/+1
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-292-4/+2
* special-case non-existent target method handling for 'system.multicall' calls...Leon Breedt2005-08-161-1/+9
* add 'system.multicall' support to XML-RPC. boxcarred methods must still existLeon Breedt2005-08-161-6/+60
* Fix duplicate XSD entries for custom types (#1729), and prevent recursive typeLeon Breedt2005-08-141-9/+12
* clean up cases where we override #inheritedLeon Breedt2005-06-251-5/+5
* fix WSDL generation, change the way protocols are instantiated, and add Leon Breedt2005-06-251-3/+4
* Fix moduled controller URLs in WSDL, and add unit test to verify the generate...Leon Breedt2005-06-131-1/+1
* support using invocation filters in :direct controllers as well, forLeon Breedt2005-05-071-4/+8
* remove usages of @request, @response, @params, and replace with #request, #re...Leon Breedt2005-05-051-42/+33
* default to using UTF-8 as response encoding for SOAP if none isLeon Breedt2005-04-282-5/+7
* add charset=utf-8 to SOAP response content type, and make base_uriLeon Breedt2005-04-281-2/+10
* Send a stripped down message in the text following 500, and leave the detailedLeon Breedt2005-04-161-1/+1
* Remove a cause of casting failure for XML-RPC by ignoring structure members notLeon Breedt2005-04-161-0/+3
* initial go at making :layered dispatching generate WSDL for SOAP, and haveLeon Breedt2005-04-052-10/+27
* be explicit about the object to do #instance_eval in for delegated dispatching,Leon Breedt2005-04-051-4/+1
* * collapse 'ws' back into protocols, it just added complexity and indirection...Leon Breedt2005-04-022-50/+53
* first pass of web service scaffolding. add ability to quickly generate anLeon Breedt2005-03-291-0/+1
* remove wrongheaded uses of "rescue nil" if it will mask a useful exception. a...Leon Breedt2005-03-292-5/+4
* don't hide exceptions when we fail to parse XML-RPC messages.Leon Breedt2005-03-281-2/+7
* generalize casting code to be used by both SOAP and XML-RPC (previously only ...Leon Breedt2005-03-282-73/+44
* allow direct dispatching methods to declare their parameters as well, for bre...Leon Breedt2005-03-261-1/+6
* add action_web_service/test_invoke, will be used by for testing APIs inLeon Breedt2005-03-041-0/+8
* Make all custom types and method calls are declared in the 'urn:ActionWebServ...Leon Breedt2005-02-272-39/+79
* merged the changes for the upcoming 0.6.0:Leon Breedt2005-02-252-239/+251
* handle elapsed times that are nil in #log_response (happens when API methodLeon Breedt2005-02-251-1/+1
* add code coverage testing scripts, remove dead codeLeon Breedt2005-02-202-10/+0
* refactoring:Leon Breedt2005-02-192-0/+459