aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb
Commit message (Expand)AuthorAgeFilesLines
* 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