aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* add changelog entry.Leon Breedt2005-07-131-0/+4
* Made ready for release of 0.13.1David Heinemeier Hansson2005-07-111-1/+2
* ensure the second manual WS request of scaffolding contains the same state asLeon Breedt2005-07-061-0/+4
* Tuned documentation for release (AWS)David Heinemeier Hansson2005-07-061-1/+1
* fix WSDL generation, change the way protocols are instantiated, and add Leon Breedt2005-06-251-0/+4
* Add workaround for SOAP4R changing find_mapped_soap_class return value [Shugo...Leon Breedt2005-06-131-0/+2
* Fix moduled controller URLs in WSDL, and add unit test to verify the generate...Leon Breedt2005-06-131-0/+2
* fix scaffolding template paths (Pathname does weird things on Win32)Leon Breedt2005-05-311-0/+2
* add test to ensure the bug fixed by [1295] can't occur again.Leon Breedt2005-05-081-0/+2
* support using invocation filters in :direct controllers as well, forLeon Breedt2005-05-071-0/+2
* add base64 signature type (thanks, Shugo Maeda!)Leon Breedt2005-05-071-0/+2
* fix boolean field rendering in scaffoldingLeon Breedt2005-05-051-0/+2
* fix :delegated invocation in the scaffoldingLeon Breedt2005-05-051-0/+2
* add support for structured types as input parameters to scaffolding,Leon Breedt2005-05-011-0/+2
* 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-0/+6
* add entry for nil casting changeLeon Breedt2005-04-271-0/+5
* Added xml_http_request/xhr method for simulating XMLHttpRequest in functional...David Heinemeier Hansson2005-04-191-0/+5
* Fixed documentation and prepared for release of 0.12David Heinemeier Hansson2005-04-181-1/+1
* add backwards compatibility for the public API change made to #api_methods, a...Leon Breedt2005-04-171-2/+1
* Remove a cause of casting failure for XML-RPC by ignoring structure members notLeon Breedt2005-04-161-0/+2
* add missing public API changeLeon Breedt2005-04-101-4/+5
* initial go at making :layered dispatching generate WSDL for SOAP, and haveLeon Breedt2005-04-051-0/+3
* * Fix casting of nested members in structured types if we have a signatureLeon Breedt2005-04-041-0/+3
* * collapse 'ws' back into protocols, it just added complexity and indirection...Leon Breedt2005-04-021-2/+4
* remove ActiveRecordSoapMarshallable, can't reproduce the problem it was inten...Leon Breedt2005-03-311-0/+2
* first pass of web service scaffolding. add ability to quickly generate anLeon Breedt2005-03-291-0/+4
* generalize casting code to be used by both SOAP and XML-RPC (previously only ...Leon Breedt2005-03-281-0/+5
* Made ready for the release of 0.11.1David Heinemeier Hansson2005-03-271-2/+3
* allow direct dispatching methods to declare their parameters as well, for bre...Leon Breedt2005-03-261-0/+4
* Added documentation and fixed an ajax bugDavid Heinemeier Hansson2005-03-221-1/+3
* add missing entriesLeon Breedt2005-03-201-1/+5
* allow 0, 1, '0' or '1' to be cast to the appropriate values for booleanLeon Breedt2005-03-101-0/+8
* Prepared for 0.10.1 releaseDavid Heinemeier Hansson2005-03-071-1/+1
* add action_web_service/test_invoke, will be used by for testing APIs inLeon Breedt2005-03-041-0/+4
* make the marshaler use the same set of columns as the code that generatesLeon Breedt2005-03-021-0/+2
* add missing entry for #allow_active_record_expectsLeon Breedt2005-03-021-0/+2
* Make all custom types and method calls are declared in the 'urn:ActionWebServ...Leon Breedt2005-02-271-0/+59