aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb
Commit message (Expand)AuthorAgeFilesLines
* ActionWebService WSDL generation ignores HTTP_X_FORWARDED_HOSTKent Sibilev2006-09-011-1/+1
* 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-291-2/+1
* 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
* 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-281-1/+1
* 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
* initial go at making :layered dispatching generate WSDL for SOAP, and haveLeon Breedt2005-04-051-7/+16
* 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-021-31/+32
* 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-291-1/+3
* 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-281-18/+19
* Make all custom types and method calls are declared in the 'urn:ActionWebServ...Leon Breedt2005-02-271-25/+42
* merged the changes for the upcoming 0.6.0:Leon Breedt2005-02-251-135/+180
* 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-201-2/+0
* refactoring:Leon Breedt2005-02-191-0/+301