| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply the rest of Chads patch | David Heinemeier Hansson | 2007-02-21 | 1 | -5/+5 |
* | Fix issue with deprecation messing up #template_root= usage. Add #prepend_vi... | Rick Olson | 2007-02-04 | 1 | -1/+1 |
* | Allow action_web_service to handle various HTTP methods including GET | Kent Sibilev | 2007-01-24 | 1 | -0/+46 |
* | Added support for decimal types. Closes #6676. | Kent Sibilev | 2006-12-03 | 4 | -0/+5 |
* | Removed deprecated end_form_tag helper. | Kent Sibilev | 2006-10-31 | 1 | -0/+1 |
* | Removed deprecated @request and @response usages. | Kent Sibilev | 2006-10-01 | 1 | -1/+1 |
* | set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation... | Jeremy Kemper | 2006-09-04 | 1 | -0/+4 |
* | Shouldn't use deprecated stuff | Kent Sibilev | 2006-09-03 | 2 | -6/+6 |
* | ActionWebService WSDL generation ignores HTTP_X_FORWARDED_HOST | Kent Sibilev | 2006-09-01 | 1 | -4/+2 |
* | Tighten rescue clauses. Closes #5985. | Jeremy Kemper | 2006-08-31 | 1 | -1/+1 |
* | Fixed XMLRPC multicall when one of the called methods returns a struct object. | Kent Sibilev | 2006-08-23 | 2 | -2/+9 |
* | Fix AWS tests | David Heinemeier Hansson | 2006-08-14 | 2 | -9/+11 |
* | Fix invoke_layered since api_method didn't declare :expects. Closes #4720. [K... | Marcel Molina | 2006-06-27 | 1 | -0/+12 |
* | Fix test database name typo. [Marcel Molina Jr.] | Marcel Molina | 2006-04-29 | 1 | -2/+2 |
* | invoke / invoke_delegated / invoke_layered check for correct number of args (... | David Heinemeier Hansson | 2006-04-06 | 1 | -0/+21 |
* | Make ActiveWebService::Struct type reloadable. Fix scaffolding action when on... | David Heinemeier Hansson | 2006-03-26 | 1 | -2/+15 |
* | Fixed that AWS Scaffold Fails with Struct as a Parameter (closes #4363) [joe@... | David Heinemeier Hansson | 2006-03-23 | 1 | -0/+10 |
* | Fix soap type registration of multidimensional arrays (closes #4232) [Kent] | David Heinemeier Hansson | 2006-03-17 | 4 | -0/+30 |
* | Fixed test | David Heinemeier Hansson | 2006-03-03 | 1 | -1/+1 |
* | Fix a ton of issues with AWS (yes, Kent saved it from being unbundled in 1.1)... | David Heinemeier Hansson | 2006-03-03 | 7 | -9/+217 |
* | Fix that XML-RPC date/time values did not have well-defined behaviour (#2516,... | Leon Breedt | 2005-11-09 | 1 | -0/+7 |
* | special-case non-existent target method handling for 'system.multicall' calls... | Leon Breedt | 2005-08-16 | 1 | -2/+6 |
* | add 'system.multicall' support to XML-RPC. boxcarred methods must still exist | Leon Breedt | 2005-08-16 | 2 | -2/+44 |
* | make sure that we get back a SOAPString when $KCODE is UTF-8 | Leon Breedt | 2005-07-13 | 1 | -0/+2 |
* | always send back SOAP responses as UTF-8, we can't guarantee that SOAP4R | Leon Breedt | 2005-07-13 | 2 | -17/+23 |
* | fix bug in unit test causing spurious failures, and make sure the | Leon Breedt | 2005-07-06 | 2 | -4/+8 |
* | fix WSDL generation, change the way protocols are instantiated, and add | Leon Breedt | 2005-06-25 | 3 | -22/+40 |
* | Fix moduled controller URLs in WSDL, and add unit test to verify the generate... | Leon Breedt | 2005-06-13 | 1 | -4/+10 |
* | add test to ensure the bug fixed by [1295] can't occur again. | Leon Breedt | 2005-05-08 | 1 | -9/+11 |
* | support using invocation filters in :direct controllers as well, for | Leon Breedt | 2005-05-07 | 1 | -1/+1 |
* | add base64 signature type (thanks, Shugo Maeda!) | Leon Breedt | 2005-05-07 | 3 | -2/+18 |
* | remove usages of @request, @response, @params, and replace with #request, #re... | Leon Breedt | 2005-05-05 | 1 | -0/+1 |
* | add support for structured types as input parameters to scaffolding, | Leon Breedt | 2005-05-01 | 1 | -1/+1 |
* | default to using UTF-8 as response encoding for SOAP if none is | Leon Breedt | 2005-04-28 | 2 | -0/+17 |
* | Fix regression where nil values were incorrectly being cast into the | Leon Breedt | 2005-04-19 | 1 | -2/+2 |
* | add backwards compatibility for the public API change made to #api_methods, a... | Leon Breedt | 2005-04-17 | 1 | -0/+5 |
* | Remove a cause of casting failure for XML-RPC by ignoring structure members not | Leon Breedt | 2005-04-16 | 1 | -0/+9 |
* | initial go at making :layered dispatching generate WSDL for SOAP, and have | Leon Breedt | 2005-04-05 | 2 | -1/+19 |
* | add API::Method#expects_to_hash convenience as well | Leon Breedt | 2005-04-05 | 1 | -0/+6 |
* | add API::Method#expects_index_of helper to get the index of | Leon Breedt | 2005-04-05 | 1 | -0/+11 |
* | * Fix casting of nested members in structured types if we have a signature | Leon Breedt | 2005-04-04 | 1 | -5/+3 |
* | * collapse 'ws' back into protocols, it just added complexity and indirection... | Leon Breedt | 2005-04-02 | 19 | -399/+247 |
* | first pass of web service scaffolding. add ability to quickly generate an | Leon Breedt | 2005-03-29 | 4 | -22/+13 |
* | generalize casting code to be used by both SOAP and XML-RPC (previously only ... | Leon Breedt | 2005-03-28 | 6 | -21/+74 |
* | allow direct dispatching methods to declare their parameters as well, for bre... | Leon Breedt | 2005-03-26 | 2 | -1/+21 |
* | allow 0, 1, '0' or '1' to be cast to the appropriate values for boolean | Leon Breedt | 2005-03-10 | 1 | -0/+2 |
* | add action_web_service/test_invoke, will be used by for testing APIs in | Leon Breedt | 2005-03-04 | 3 | -2/+79 |
* | add allow_active_record_expects option to ActionWebService::API::Base, | Leon Breedt | 2005-02-28 | 1 | -0/+4 |
* | Make all custom types and method calls are declared in the 'urn:ActionWebServ... | Leon Breedt | 2005-02-27 | 6 | -15/+112 |
* | merged the changes for the upcoming 0.6.0: | Leon Breedt | 2005-02-25 | 27 | -731/+857 |