| Commit message (Expand) | Author | Age | Files | Lines |
* | add RDoc for base signature types | Leon Breedt | 2005-06-25 | 2 | -13/+30 |
* | clean up cases where we override #inherited | Leon Breedt | 2005-06-25 | 2 | -13/+13 |
* | fix WSDL generation, change the way protocols are instantiated, and add | Leon Breedt | 2005-06-25 | 14 | -56/+112 |
* | Add workaround for SOAP4R changing find_mapped_soap_class return value [Shugo... | Leon Breedt | 2005-06-13 | 2 | -1/+16 |
* | Fix moduled controller URLs in WSDL, and add unit test to verify the generate... | Leon Breedt | 2005-06-13 | 3 | -5/+13 |
* | CSS needs "red" not #red | David Heinemeier Hansson | 2005-06-06 | 1 | -1/+1 |
* | fix scaffolding template paths (Pathname does weird things on Win32) | Leon Breedt | 2005-05-31 | 3 | -1/+21 |
* | memo to self: add :rest dispatching mode, and vanilla XML message support | Leon Breedt | 2005-05-20 | 1 | -6/+9 |
* | Push to .org instead | David Heinemeier Hansson | 2005-05-19 | 1 | -3/+3 |
* | add test to ensure the bug fixed by [1295] can't occur again. | Leon Breedt | 2005-05-08 | 2 | -9/+13 |
* | fix that functional testing for :layered SOAP would complain that it | Leon Breedt | 2005-05-08 | 1 | -4/+1 |
* | support using invocation filters in :direct controllers as well, for | Leon Breedt | 2005-05-07 | 4 | -5/+12 |
* | add base64 signature type (thanks, Shugo Maeda!) | Leon Breedt | 2005-05-07 | 8 | -10/+72 |
* | remove usages of @request, @response, @params, and replace with #request, #re... | Leon Breedt | 2005-05-05 | 4 | -58/+50 |
* | fix boolean field rendering in scaffolding | Leon Breedt | 2005-05-05 | 2 | -2/+4 |
* | fix :delegated invocation in the scaffolding | Leon Breedt | 2005-05-05 | 2 | -1/+8 |
* | add support for structured types as input parameters to scaffolding, | Leon Breedt | 2005-05-01 | 6 | -35/+61 |
* | default to using UTF-8 as response encoding for SOAP if none is | Leon Breedt | 2005-04-28 | 8 | -14/+51 |
* | add charset=utf-8 to SOAP response content type, and make base_uri | Leon Breedt | 2005-04-28 | 3 | -3/+17 |
* | add entry for nil casting change | Leon Breedt | 2005-04-27 | 1 | -0/+5 |
* | Fix regression where nil values were incorrectly being cast into the | Leon Breedt | 2005-04-19 | 2 | -2/+3 |
* | Added xml_http_request/xhr method for simulating XMLHttpRequest in functional... | David Heinemeier Hansson | 2005-04-19 | 2 | -3/+8 |
* | Fixed documentation and prepared for release of 0.12 | David Heinemeier Hansson | 2005-04-18 | 2 | -5/+5 |
* | add backwards compatibility for the public API change made to #api_methods, a... | Leon Breedt | 2005-04-17 | 4 | -8/+37 |
* | Send a stripped down message in the text following 500, and leave the detailed | Leon Breedt | 2005-04-16 | 1 | -1/+1 |
* | Remove a cause of casting failure for XML-RPC by ignoring structure members not | Leon Breedt | 2005-04-16 | 6 | -2/+22 |
* | add missing public API change | Leon Breedt | 2005-04-10 | 1 | -4/+5 |
* | Moved to new server | David Heinemeier Hansson | 2005-04-07 | 1 | -3/+3 |
* | support SOAP invocation of layered services in scaffolding too, fix bug when | Leon Breedt | 2005-04-05 | 2 | -7/+27 |
* | initial go at making :layered dispatching generate WSDL for SOAP, and have | Leon Breedt | 2005-04-05 | 8 | -23/+63 |
* | make XMLRPC::FaultException have a #message, otherwise the thrown exception | Leon Breedt | 2005-04-05 | 1 | -0/+4 |
* | add API::Method#expects_to_hash convenience as well | Leon Breedt | 2005-04-05 | 2 | -0/+15 |
* | add API::Method#expects_index_of helper to get the index of | Leon Breedt | 2005-04-05 | 2 | -0/+21 |
* | be explicit about the object to do #instance_eval in for delegated dispatching, | Leon Breedt | 2005-04-05 | 11 | -230/+226 |
* | * Fix casting of nested members in structured types if we have a signature | Leon Breedt | 2005-04-04 | 5 | -16/+22 |
* | don't use SyncEnumerator, its far too slow to be used in something frequently... | Leon Breedt | 2005-04-03 | 2 | -2/+6 |
* | use #rescue_action in WS scaffolding so that exceptions in API methods give a... | Leon Breedt | 2005-04-03 | 2 | -24/+38 |
* | remove finished tasks | Leon Breedt | 2005-04-03 | 1 | -2/+3 |
* | allow selecting the protocol to use when invoking the | Leon Breedt | 2005-04-03 | 5 | -10/+12 |
* | filter out embedded nil values for XML-RPC | Leon Breedt | 2005-04-02 | 1 | -2/+9 |
* | * collapse 'ws' back into protocols, it just added complexity and indirection... | Leon Breedt | 2005-04-02 | 50 | -1511/+1090 |
* | Removed broken attempt to DRY module ClassMethod #970 | David Heinemeier Hansson | 2005-04-02 | 1 | -0/+5 |
* | Automatically extend the class which gets a module included with the ClassMet... | David Heinemeier Hansson | 2005-04-02 | 1 | -5/+0 |
* | Added install.rbs for all frameworks and made all of them generic enough not ... | David Heinemeier Hansson | 2005-04-02 | 1 | -0/+30 |
* | display the amount of time taken to invoke a scaffolding request | Leon Breedt | 2005-03-31 | 2 | -5/+13 |
* | remove ActiveRecordSoapMarshallable, can't reproduce the problem it was inten... | Leon Breedt | 2005-03-31 | 2 | -14/+2 |
* | first pass of web service scaffolding. add ability to quickly generate an | Leon Breedt | 2005-03-29 | 19 | -28/+451 |
* | remove wrongheaded uses of "rescue nil" if it will mask a useful exception. a... | Leon Breedt | 2005-03-29 | 3 | -13/+6 |
* | don't hide exceptions when we fail to parse XML-RPC messages. | Leon Breedt | 2005-03-28 | 2 | -4/+7 |
* | generalize casting code to be used by both SOAP and XML-RPC (previously only ... | Leon Breedt | 2005-03-28 | 19 | -249/+432 |