aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix docs (closes #2725)David Heinemeier Hansson2005-11-071-1/+1
* Proper CSS color definition (closes #2334)David Heinemeier Hansson2005-10-261-1/+1
* Prepared for release of 0.14.2 (RC3)David Heinemeier Hansson2005-10-251-1/+1
* Really ready for pushDavid Heinemeier Hansson2005-10-191-1/+1
* Getting ready for 0.14.0 (1.0.0 Release Candidate 1)David Heinemeier Hansson2005-10-161-2/+2
* mv lib/version.rb to lib/action_web_service/version.rbJamis Buck2005-10-101-0/+0
* Add versioning convention from SwitchTower to all Rails components. Add --ver...Marcel Molina2005-10-091-0/+9
* fix invalid request XML generation in test process.Leon Breedt2005-08-241-1/+1
* special-case non-existent target method handling for 'system.multicall' calls...Leon Breedt2005-08-161-1/+9
* add 'system.multicall' support to XML-RPC. boxcarred methods must still existLeon Breedt2005-08-162-7/+61
* Fix duplicate XSD entries for custom types (#1729), and prevent recursive typeLeon Breedt2005-08-141-9/+12
* Allow multiple invocations in the same WS test #1720Leon Breedt2005-08-141-0/+1
* fix rendering of scaffolding (@content_for_layout has to be set on the templa...Leon Breedt2005-08-121-4/+13
* Add API::Base.soap_client and API::Base.xmlrpc_client helper methods to const...Leon Breedt2005-08-122-0/+18
* we should respect charset for incoming messages and not assuming incoming isLeon Breedt2005-07-161-2/+12
* always send back SOAP responses as UTF-8, we can't guarantee that SOAP4RLeon Breedt2005-07-131-16/+15
* ensure the second manual WS request of scaffolding contains the same state asLeon Breedt2005-07-061-0/+1
* Tuned documentation for release (AWS)David Heinemeier Hansson2005-07-062-3/+5
* add RDoc for base signature typesLeon Breedt2005-06-252-13/+30
* clean up cases where we override #inheritedLeon Breedt2005-06-252-13/+13
* fix WSDL generation, change the way protocols are instantiated, and add Leon Breedt2005-06-259-28/+43
* Add workaround for SOAP4R changing find_mapped_soap_class return value [Shugo...Leon Breedt2005-06-131-1/+14
* Fix moduled controller URLs in WSDL, and add unit test to verify the generate...Leon Breedt2005-06-131-1/+1
* CSS needs "red" not #redDavid Heinemeier Hansson2005-06-061-1/+1
* fix scaffolding template paths (Pathname does weird things on Win32)Leon Breedt2005-05-311-1/+1
* fix that functional testing for :layered SOAP would complain that itLeon Breedt2005-05-081-4/+1
* support using invocation filters in :direct controllers as well, forLeon Breedt2005-05-072-4/+9
* add base64 signature type (thanks, Shugo Maeda!)Leon Breedt2005-05-074-8/+52
* remove usages of @request, @response, @params, and replace with #request, #re...Leon Breedt2005-05-053-58/+49
* fix boolean field rendering in scaffoldingLeon Breedt2005-05-051-2/+2
* fix :delegated invocation in the scaffoldingLeon Breedt2005-05-051-1/+6
* add support for structured types as input parameters to scaffolding,Leon Breedt2005-05-014-34/+58
* default to using UTF-8 as response encoding for SOAP if none isLeon Breedt2005-04-285-13/+33
* add charset=utf-8 to SOAP response content type, and make base_uriLeon Breedt2005-04-282-3/+11
* Fix regression where nil values were incorrectly being cast into theLeon Breedt2005-04-191-0/+1
* add backwards compatibility for the public API change made to #api_methods, a...Leon Breedt2005-04-172-6/+31
* Send a stripped down message in the text following 500, and leave the detailedLeon Breedt2005-04-161-1/+1
* Remove a cause of casting failure for XML-RPC by ignoring structure members notLeon Breedt2005-04-164-2/+11
* support SOAP invocation of layered services in scaffolding too, fix bug whenLeon Breedt2005-04-052-7/+27
* initial go at making :layered dispatching generate WSDL for SOAP, and haveLeon Breedt2005-04-054-16/+36
* make XMLRPC::FaultException have a #message, otherwise the thrown exceptionLeon Breedt2005-04-051-0/+4
* add API::Method#expects_to_hash convenience as wellLeon Breedt2005-04-051-0/+9
* add API::Method#expects_index_of helper to get the index ofLeon Breedt2005-04-051-0/+10
* be explicit about the object to do #instance_eval in for delegated dispatching,Leon Breedt2005-04-0510-229/+225
* * Fix casting of nested members in structured types if we have a signatureLeon Breedt2005-04-043-11/+16
* don't use SyncEnumerator, its far too slow to be used in something frequently...Leon Breedt2005-04-031-2/+2
* use #rescue_action in WS scaffolding so that exceptions in API methods give a...Leon Breedt2005-04-032-24/+38
* allow selecting the protocol to use when invoking theLeon Breedt2005-04-034-5/+11
* filter out embedded nil values for XML-RPCLeon Breedt2005-04-021-2/+9
* * collapse 'ws' back into protocols, it just added complexity and indirection...Leon Breedt2005-04-0228-1104/+838