| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix docs (closes #2679) [coffee2code] | David Heinemeier Hansson | 2005-11-07 | 5 | -13/+13 |
* | 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 | 3 | -4/+8 |
* | Really ready for release | David Heinemeier Hansson | 2005-10-19 | 1 | -1/+1 |
* | Really ready for push | David Heinemeier Hansson | 2005-10-19 | 2 | -1/+6 |
* | Made ready to push RC2 | David Heinemeier Hansson | 2005-10-19 | 1 | -2/+2 |
* | Updated the gem specs | David Heinemeier Hansson | 2005-10-17 | 1 | -3/+3 |
* | Getting ready for 0.14.0 (1.0.0 Release Candidate 1) | David Heinemeier Hansson | 2005-10-16 | 2 | -3/+4 |
* | mv lib/version.rb to lib/action_web_service/version.rb | Jamis Buck | 2005-10-10 | 2 | -1/+1 |
* | Add versioning convention from SwitchTower to all Rails components. Add --ver... | Marcel Molina | 2005-10-09 | 2 | -1/+11 |
* | fix invalid request XML generation in test process. | Leon Breedt | 2005-08-24 | 2 | -1/+3 |
* | special-case non-existent target method handling for 'system.multicall' calls... | Leon Breedt | 2005-08-16 | 2 | -3/+15 |
* | add 'system.multicall' support to XML-RPC. boxcarred methods must still exist | Leon Breedt | 2005-08-16 | 5 | -9/+107 |
* | Fix duplicate XSD entries for custom types (#1729), and prevent recursive type | Leon Breedt | 2005-08-14 | 2 | -9/+14 |
* | Allow multiple invocations in the same WS test #1720 | Leon Breedt | 2005-08-14 | 2 | -0/+3 |
* | 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 | 3 | -0/+20 |
* | we should respect charset for incoming messages and not assuming incoming is | Leon Breedt | 2005-07-16 | 1 | -2/+12 |
* | add changelog entry. | Leon Breedt | 2005-07-13 | 1 | -0/+4 |
* | 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 | 4 | -33/+57 |
* | Made ready for release of 0.13.1 | David Heinemeier Hansson | 2005-07-11 | 2 | -5/+6 |
* | ensure the second manual WS request of scaffolding contains the same state as | Leon Breedt | 2005-07-06 | 2 | -0/+5 |
* | fix bug in unit test causing spurious failures, and make sure the | Leon Breedt | 2005-07-06 | 2 | -4/+8 |
* | Pegged the versions for release | David Heinemeier Hansson | 2005-07-06 | 1 | -4/+4 |
* | Tuned documentation for release (AWS) | David Heinemeier Hansson | 2005-07-06 | 3 | -4/+6 |
* | 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 |