aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/test
Commit message (Expand)AuthorAgeFilesLines
* fix WSDL generation, change the way protocols are instantiated, and add Leon Breedt2005-06-253-22/+40
* Fix moduled controller URLs in WSDL, and add unit test to verify the generate...Leon Breedt2005-06-131-4/+10
* add test to ensure the bug fixed by [1295] can't occur again.Leon Breedt2005-05-081-9/+11
* support using invocation filters in :direct controllers as well, forLeon Breedt2005-05-071-1/+1
* add base64 signature type (thanks, Shugo Maeda!)Leon Breedt2005-05-073-2/+18
* remove usages of @request, @response, @params, and replace with #request, #re...Leon Breedt2005-05-051-0/+1
* add support for structured types as input parameters to scaffolding,Leon Breedt2005-05-011-1/+1
* default to using UTF-8 as response encoding for SOAP if none isLeon Breedt2005-04-282-0/+17
* Fix regression where nil values were incorrectly being cast into theLeon Breedt2005-04-191-2/+2
* add backwards compatibility for the public API change made to #api_methods, a...Leon Breedt2005-04-171-0/+5
* Remove a cause of casting failure for XML-RPC by ignoring structure members notLeon Breedt2005-04-161-0/+9
* initial go at making :layered dispatching generate WSDL for SOAP, and haveLeon Breedt2005-04-052-1/+19
* add API::Method#expects_to_hash convenience as wellLeon Breedt2005-04-051-0/+6
* add API::Method#expects_index_of helper to get the index ofLeon Breedt2005-04-051-0/+11
* * Fix casting of nested members in structured types if we have a signatureLeon Breedt2005-04-041-5/+3
* * collapse 'ws' back into protocols, it just added complexity and indirection...Leon Breedt2005-04-0219-399/+247
* first pass of web service scaffolding. add ability to quickly generate anLeon Breedt2005-03-294-22/+13
* generalize casting code to be used by both SOAP and XML-RPC (previously only ...Leon Breedt2005-03-286-21/+74
* allow direct dispatching methods to declare their parameters as well, for bre...Leon Breedt2005-03-262-1/+21
* allow 0, 1, '0' or '1' to be cast to the appropriate values for booleanLeon Breedt2005-03-101-0/+2
* add action_web_service/test_invoke, will be used by for testing APIs inLeon Breedt2005-03-043-2/+79
* add allow_active_record_expects option to ActionWebService::API::Base,Leon Breedt2005-02-281-0/+4
* Make all custom types and method calls are declared in the 'urn:ActionWebServ...Leon Breedt2005-02-276-15/+112
* merged the changes for the upcoming 0.6.0:Leon Breedt2005-02-2527-731/+857
* add code coverage testing scripts, remove dead codeLeon Breedt2005-02-202-0/+8
* ensure clients can handle APIs with named parameter signatures,Leon Breedt2005-02-193-0/+19
* refactoring:Leon Breedt2005-02-196-162/+116
* rename entire package to Action Web ServiceLeon Breedt2005-02-1814-39/+39
* Renamed Action Service to Action Web ServiceDavid Heinemeier Hansson2005-02-1815-0/+1384