| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename Version constant to VERSION. Closes #2802. | Marcel Molina | 2005-11-17 | 1 | -1/+1 |
* | Fix that XML-RPC date/time values did not have well-defined behaviour (#2516,... | Leon Breedt | 2005-11-09 | 1 | -0/+8 |
* | Made ready for 0.14.3 (RC4) | David Heinemeier Hansson | 2005-11-07 | 1 | -1/+1 |
* | Fix docs (closes #2679) [coffee2code] | David Heinemeier Hansson | 2005-11-07 | 3 | -7/+7 |
* | Fix docs (closes #2725) | David Heinemeier Hansson | 2005-11-07 | 1 | -1/+1 |
* | Proper CSS color definition (closes #2334) | David Heinemeier Hansson | 2005-10-26 | 1 | -1/+1 |
* | Prepared for release of 0.14.2 (RC3) | David Heinemeier Hansson | 2005-10-25 | 1 | -1/+1 |
* | Really ready for push | David Heinemeier Hansson | 2005-10-19 | 1 | -1/+1 |
* | Getting ready for 0.14.0 (1.0.0 Release Candidate 1) | David Heinemeier Hansson | 2005-10-16 | 1 | -2/+2 |
* | mv lib/version.rb to lib/action_web_service/version.rb | Jamis Buck | 2005-10-10 | 1 | -0/+9 |
* | fix invalid request XML generation in test process. | Leon Breedt | 2005-08-24 | 1 | -1/+1 |
* | special-case non-existent target method handling for 'system.multicall' calls... | Leon Breedt | 2005-08-16 | 1 | -1/+9 |
* | add 'system.multicall' support to XML-RPC. boxcarred methods must still exist | Leon Breedt | 2005-08-16 | 2 | -7/+61 |
* | Fix duplicate XSD entries for custom types (#1729), and prevent recursive type | Leon Breedt | 2005-08-14 | 1 | -9/+12 |
* | Allow multiple invocations in the same WS test #1720 | Leon Breedt | 2005-08-14 | 1 | -0/+1 |
* | fix rendering of scaffolding (@content_for_layout has to be set on the templa... | Leon Breedt | 2005-08-12 | 1 | -4/+13 |
* | Add API::Base.soap_client and API::Base.xmlrpc_client helper methods to const... | Leon Breedt | 2005-08-12 | 2 | -0/+18 |
* | we should respect charset for incoming messages and not assuming incoming is | Leon Breedt | 2005-07-16 | 1 | -2/+12 |
* | always send back SOAP responses as UTF-8, we can't guarantee that SOAP4R | Leon Breedt | 2005-07-13 | 1 | -16/+15 |
* | ensure the second manual WS request of scaffolding contains the same state as | Leon Breedt | 2005-07-06 | 1 | -0/+1 |
* | Tuned documentation for release (AWS) | David Heinemeier Hansson | 2005-07-06 | 2 | -3/+5 |
* | 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 | 9 | -28/+43 |
* | Add workaround for SOAP4R changing find_mapped_soap_class return value [Shugo... | Leon Breedt | 2005-06-13 | 1 | -1/+14 |
* | Fix moduled controller URLs in WSDL, and add unit test to verify the generate... | Leon Breedt | 2005-06-13 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -4/+8 |
* | add base64 signature type (thanks, Shugo Maeda!) | Leon Breedt | 2005-05-07 | 4 | -8/+52 |
* | remove usages of @request, @response, @params, and replace with #request, #re... | Leon Breedt | 2005-05-05 | 3 | -58/+49 |
* | fix boolean field rendering in scaffolding | Leon Breedt | 2005-05-05 | 1 | -2/+2 |
* | fix :delegated invocation in the scaffolding | Leon Breedt | 2005-05-05 | 1 | -1/+6 |
* | add support for structured types as input parameters to scaffolding, | Leon Breedt | 2005-05-01 | 4 | -34/+58 |
* | default to using UTF-8 as response encoding for SOAP if none is | Leon Breedt | 2005-04-28 | 5 | -13/+33 |
* | add charset=utf-8 to SOAP response content type, and make base_uri | Leon Breedt | 2005-04-28 | 2 | -3/+11 |
* | Fix regression where nil values were incorrectly being cast into the | Leon Breedt | 2005-04-19 | 1 | -0/+1 |
* | add backwards compatibility for the public API change made to #api_methods, a... | Leon Breedt | 2005-04-17 | 2 | -6/+31 |
* | 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 | 4 | -2/+11 |
* | 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 | 4 | -16/+36 |
* | 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 | 1 | -0/+9 |
* | add API::Method#expects_index_of helper to get the index of | Leon Breedt | 2005-04-05 | 1 | -0/+10 |
* | be explicit about the object to do #instance_eval in for delegated dispatching, | Leon Breedt | 2005-04-05 | 10 | -229/+225 |
* | * Fix casting of nested members in structured types if we have a signature | Leon Breedt | 2005-04-04 | 3 | -11/+16 |
* | don't use SyncEnumerator, its far too slow to be used in something frequently... | Leon Breedt | 2005-04-03 | 1 | -2/+2 |
* | use #rescue_action in WS scaffolding so that exceptions in API methods give a... | Leon Breedt | 2005-04-03 | 1 | -23/+38 |