| Commit message (Expand) | Author | Age | Files | Lines |
* | Update from LGPL to MIT license as per Minero Aoki's permission. | Marcel Molina | 2005-11-17 | 1 | -0/+2 |
* | Rename Version constant to VERSION. Closes #2802. | Marcel Molina | 2005-11-17 | 1 | -0/+2 |
* | Fix that XML-RPC date/time values did not have well-defined behaviour (#2516,... | Leon Breedt | 2005-11-09 | 1 | -0/+4 |
* | Made ready for 0.14.3 (RC4) | David Heinemeier Hansson | 2005-11-07 | 1 | -0/+5 |
* | Prepared for release of 0.14.2 (RC3) | David Heinemeier Hansson | 2005-10-25 | 1 | -0/+5 |
* | Really ready for push | David Heinemeier Hansson | 2005-10-19 | 1 | -0/+5 |
* | Getting ready for 0.14.0 (1.0.0 Release Candidate 1) | David Heinemeier Hansson | 2005-10-16 | 1 | -1/+2 |
* | fix invalid request XML generation in test process. | Leon Breedt | 2005-08-24 | 1 | -0/+2 |
* | add 'system.multicall' support to XML-RPC. boxcarred methods must still exist | Leon Breedt | 2005-08-16 | 1 | -0/+2 |
* | Fix duplicate XSD entries for custom types (#1729), and prevent recursive type | Leon Breedt | 2005-08-14 | 1 | -0/+2 |
* | Allow multiple invocations in the same WS test #1720 | Leon Breedt | 2005-08-14 | 1 | -0/+2 |
* | Add API::Base.soap_client and API::Base.xmlrpc_client helper methods to const... | Leon Breedt | 2005-08-12 | 1 | -0/+2 |
* | add changelog entry. | Leon Breedt | 2005-07-13 | 1 | -0/+4 |
* | Made ready for release of 0.13.1 | David Heinemeier Hansson | 2005-07-11 | 1 | -1/+2 |
* | ensure the second manual WS request of scaffolding contains the same state as | Leon Breedt | 2005-07-06 | 1 | -0/+4 |
* | Tuned documentation for release (AWS) | David Heinemeier Hansson | 2005-07-06 | 1 | -1/+1 |
* | fix WSDL generation, change the way protocols are instantiated, and add | Leon Breedt | 2005-06-25 | 1 | -0/+4 |
* | Add workaround for SOAP4R changing find_mapped_soap_class return value [Shugo... | Leon Breedt | 2005-06-13 | 1 | -0/+2 |
* | Fix moduled controller URLs in WSDL, and add unit test to verify the generate... | Leon Breedt | 2005-06-13 | 1 | -0/+2 |
* | fix scaffolding template paths (Pathname does weird things on Win32) | Leon Breedt | 2005-05-31 | 1 | -0/+2 |
* | add test to ensure the bug fixed by [1295] can't occur again. | Leon Breedt | 2005-05-08 | 1 | -0/+2 |
* | support using invocation filters in :direct controllers as well, for | Leon Breedt | 2005-05-07 | 1 | -0/+2 |
* | add base64 signature type (thanks, Shugo Maeda!) | Leon Breedt | 2005-05-07 | 1 | -0/+2 |
* | fix boolean field rendering in scaffolding | Leon Breedt | 2005-05-05 | 1 | -0/+2 |
* | fix :delegated invocation in the scaffolding | Leon Breedt | 2005-05-05 | 1 | -0/+2 |
* | add support for structured types as input parameters to scaffolding, | Leon Breedt | 2005-05-01 | 1 | -0/+2 |
* | default to using UTF-8 as response encoding for SOAP if none is | Leon Breedt | 2005-04-28 | 1 | -1/+1 |
* | add charset=utf-8 to SOAP response content type, and make base_uri | Leon Breedt | 2005-04-28 | 1 | -0/+6 |
* | add entry for nil casting change | Leon Breedt | 2005-04-27 | 1 | -0/+5 |
* | Added xml_http_request/xhr method for simulating XMLHttpRequest in functional... | David Heinemeier Hansson | 2005-04-19 | 1 | -0/+5 |
* | Fixed documentation and prepared for release of 0.12 | David Heinemeier Hansson | 2005-04-18 | 1 | -1/+1 |
* | add backwards compatibility for the public API change made to #api_methods, a... | Leon Breedt | 2005-04-17 | 1 | -2/+1 |
* | Remove a cause of casting failure for XML-RPC by ignoring structure members not | Leon Breedt | 2005-04-16 | 1 | -0/+2 |
* | add missing public API change | Leon Breedt | 2005-04-10 | 1 | -4/+5 |
* | initial go at making :layered dispatching generate WSDL for SOAP, and have | Leon Breedt | 2005-04-05 | 1 | -0/+3 |
* | * Fix casting of nested members in structured types if we have a signature | Leon Breedt | 2005-04-04 | 1 | -0/+3 |
* | * collapse 'ws' back into protocols, it just added complexity and indirection... | Leon Breedt | 2005-04-02 | 1 | -2/+4 |
* | remove ActiveRecordSoapMarshallable, can't reproduce the problem it was inten... | Leon Breedt | 2005-03-31 | 1 | -0/+2 |
* | first pass of web service scaffolding. add ability to quickly generate an | Leon Breedt | 2005-03-29 | 1 | -0/+4 |
* | generalize casting code to be used by both SOAP and XML-RPC (previously only ... | Leon Breedt | 2005-03-28 | 1 | -0/+5 |
* | Made ready for the release of 0.11.1 | David Heinemeier Hansson | 2005-03-27 | 1 | -2/+3 |
* | allow direct dispatching methods to declare their parameters as well, for bre... | Leon Breedt | 2005-03-26 | 1 | -0/+4 |
* | Added documentation and fixed an ajax bug | David Heinemeier Hansson | 2005-03-22 | 1 | -1/+3 |
* | add missing entries | Leon Breedt | 2005-03-20 | 1 | -1/+5 |
* | allow 0, 1, '0' or '1' to be cast to the appropriate values for boolean | Leon Breedt | 2005-03-10 | 1 | -0/+8 |
* | Prepared for 0.10.1 release | David Heinemeier Hansson | 2005-03-07 | 1 | -1/+1 |
* | add action_web_service/test_invoke, will be used by for testing APIs in | Leon Breedt | 2005-03-04 | 1 | -0/+4 |
* | make the marshaler use the same set of columns as the code that generates | Leon Breedt | 2005-03-02 | 1 | -0/+2 |
* | add missing entry for #allow_active_record_expects | Leon Breedt | 2005-03-02 | 1 | -0/+2 |
* | Make all custom types and method calls are declared in the 'urn:ActionWebServ... | Leon Breedt | 2005-02-27 | 1 | -0/+59 |