| Commit message (Expand) | Author | Age | Files | Lines |
* | Documentation for ActionWebService::API::Base. | Kent Sibilev | 2007-01-24 | 1 | -2/+2 |
* | Allow action_web_service to handle various HTTP methods including GET | Kent Sibilev | 2007-01-24 | 1 | -2/+5 |
* | Ensure that DispatcherError is being thrown correctly when a malformed reques... | Kent Sibilev | 2006-12-11 | 1 | -0/+4 |
* | Removed invocation of deprecated before_action and around_action filter methods. | Kent Sibilev | 2006-09-25 | 1 | -7/+1 |
* | ActionWebService WSDL generation ignores HTTP_X_FORWARDED_HOST | Kent Sibilev | 2006-09-01 | 1 | -1/+1 |
* | Fixed XMLRPC multicall when one of the called methods returns a struct object. | Kent Sibilev | 2006-08-23 | 1 | -4/+7 |
* | Fix AWS tests | David Heinemeier Hansson | 2006-08-14 | 1 | -0/+4 |
* | Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ... | Marcel Molina | 2006-04-29 | 1 | -2/+1 |
* | Replace Ruby's deprecated append_features in favor of included. [Marcel Molin... | Marcel Molina | 2006-04-29 | 2 | -4/+2 |
* | 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 | 1 | -6/+60 |
* | Fix duplicate XSD entries for custom types (#1729), and prevent recursive type | Leon Breedt | 2005-08-14 | 1 | -9/+12 |
* | clean up cases where we override #inherited | Leon Breedt | 2005-06-25 | 1 | -5/+5 |
* | fix WSDL generation, change the way protocols are instantiated, and add | Leon Breedt | 2005-06-25 | 1 | -3/+4 |
* | Fix moduled controller URLs in WSDL, and add unit test to verify the generate... | Leon Breedt | 2005-06-13 | 1 | -1/+1 |
* | support using invocation filters in :direct controllers as well, for | Leon Breedt | 2005-05-07 | 1 | -4/+8 |
* | remove usages of @request, @response, @params, and replace with #request, #re... | Leon Breedt | 2005-05-05 | 1 | -42/+33 |
* | default to using UTF-8 as response encoding for SOAP if none is | Leon Breedt | 2005-04-28 | 2 | -5/+7 |
* | add charset=utf-8 to SOAP response content type, and make base_uri | Leon Breedt | 2005-04-28 | 1 | -2/+10 |
* | 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 | 1 | -0/+3 |
* | initial go at making :layered dispatching generate WSDL for SOAP, and have | Leon Breedt | 2005-04-05 | 2 | -10/+27 |
* | be explicit about the object to do #instance_eval in for delegated dispatching, | Leon Breedt | 2005-04-05 | 1 | -4/+1 |
* | * collapse 'ws' back into protocols, it just added complexity and indirection... | Leon Breedt | 2005-04-02 | 2 | -50/+53 |
* | first pass of web service scaffolding. add ability to quickly generate an | Leon Breedt | 2005-03-29 | 1 | -0/+1 |
* | remove wrongheaded uses of "rescue nil" if it will mask a useful exception. a... | Leon Breedt | 2005-03-29 | 2 | -5/+4 |
* | don't hide exceptions when we fail to parse XML-RPC messages. | Leon Breedt | 2005-03-28 | 1 | -2/+7 |
* | generalize casting code to be used by both SOAP and XML-RPC (previously only ... | Leon Breedt | 2005-03-28 | 2 | -73/+44 |
* | allow direct dispatching methods to declare their parameters as well, for bre... | Leon Breedt | 2005-03-26 | 1 | -1/+6 |
* | add action_web_service/test_invoke, will be used by for testing APIs in | Leon Breedt | 2005-03-04 | 1 | -0/+8 |
* | Make all custom types and method calls are declared in the 'urn:ActionWebServ... | Leon Breedt | 2005-02-27 | 2 | -39/+79 |
* | merged the changes for the upcoming 0.6.0: | Leon Breedt | 2005-02-25 | 2 | -239/+251 |
* | handle elapsed times that are nil in #log_response (happens when API method | Leon Breedt | 2005-02-25 | 1 | -1/+1 |
* | add code coverage testing scripts, remove dead code | Leon Breedt | 2005-02-20 | 2 | -10/+0 |
* | refactoring: | Leon Breedt | 2005-02-19 | 2 | -0/+459 |