aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed XMLRPC multicall when one of the called methods returns a struct object.Kent Sibilev2006-08-232-4/+20
* Fix AWS testsDavid Heinemeier Hansson2006-08-141-0/+4
* New dependencies implementationNicholas Seckar2006-08-083-3/+3
* Fix invoke_layered since api_method didn't declare :expects. Closes #4720. [K...Marcel Molina2006-06-271-1/+1
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...Marcel Molina2006-04-293-8/+4
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-297-15/+8
* Include the calculations fix for a new release of ARDavid Heinemeier Hansson2006-04-091-1/+1
* Update versions for Rails 1.1.1David Heinemeier Hansson2006-04-061-1/+1
* invoke / invoke_delegated / invoke_layered check for correct number of args (...David Heinemeier Hansson2006-04-061-0/+1
* Fix CSS for Windows (closes #4564)David Heinemeier Hansson2006-04-041-17/+17
* Do not convert driver options to strings (closes #4499) [Kent]David Heinemeier Hansson2006-04-041-1/+1
* Made ready for releaseDavid Heinemeier Hansson2006-03-281-1/+1
* Fixed docsDavid Heinemeier Hansson2006-03-281-1/+1
* Make ActiveWebService::Struct type reloadable. Fix scaffolding action when on...David Heinemeier Hansson2006-03-263-25/+24
* Fixed that AWS Scaffold Fails with Struct as a Parameter (closes #4363) [joe@...David Heinemeier Hansson2006-03-231-1/+2
* Fix soap type registration of multidimensional arrays (closes #4232) [Kent]David Heinemeier Hansson2006-03-171-21/+14
* Fix a ton of issues with AWS (yes, Kent saved it from being unbundled in 1.1)...David Heinemeier Hansson2006-03-039-35/+83
* Update versions to match latest from stableDavid Heinemeier Hansson2006-02-051-3/+3
* Correct the case of the CSS declarations. [Blair Zajac] Closes #3171Michael Koziarski2006-01-131-4/+4
* Rename Version constant to VERSION. Closes #2802.Marcel Molina2005-11-171-1/+1
* Fix that XML-RPC date/time values did not have well-defined behaviour (#2516,...Leon Breedt2005-11-091-0/+8
* Made ready for 0.14.3 (RC4)David Heinemeier Hansson2005-11-071-1/+1
* Fix docs (closes #2679) [coffee2code]David Heinemeier Hansson2005-11-073-7/+7
* 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