aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice
Commit message (Expand)AuthorAgeFilesLines
* Update from LGPL to MIT license as per Minero Aoki's permission.Marcel Molina2005-11-172-3/+24
* Rename Version constant to VERSION. Closes #2802.Marcel Molina2005-11-173-2/+4
* Fix that XML-RPC date/time values did not have well-defined behaviour (#2516,...Leon Breedt2005-11-093-0/+19
* Made ready for 0.14.3 (RC4)David Heinemeier Hansson2005-11-073-3/+8
* Fix docs (closes #2679) [coffee2code]David Heinemeier Hansson2005-11-075-13/+13
* 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-253-4/+8
* Really ready for releaseDavid Heinemeier Hansson2005-10-191-1/+1
* Really ready for pushDavid Heinemeier Hansson2005-10-192-1/+6
* Made ready to push RC2David Heinemeier Hansson2005-10-191-2/+2
* Updated the gem specsDavid Heinemeier Hansson2005-10-171-3/+3
* Getting ready for 0.14.0 (1.0.0 Release Candidate 1)David Heinemeier Hansson2005-10-162-3/+4
* mv lib/version.rb to lib/action_web_service/version.rbJamis Buck2005-10-102-1/+1
* Add versioning convention from SwitchTower to all Rails components. Add --ver...Marcel Molina2005-10-092-1/+11
* fix invalid request XML generation in test process.Leon Breedt2005-08-242-1/+3
* special-case non-existent target method handling for 'system.multicall' calls...Leon Breedt2005-08-162-3/+15
* add 'system.multicall' support to XML-RPC. boxcarred methods must still existLeon Breedt2005-08-165-9/+107
* Fix duplicate XSD entries for custom types (#1729), and prevent recursive typeLeon Breedt2005-08-142-9/+14
* Allow multiple invocations in the same WS test #1720Leon Breedt2005-08-142-0/+3
* 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-123-0/+20
* we should respect charset for incoming messages and not assuming incoming isLeon Breedt2005-07-161-2/+12
* add changelog entry.Leon Breedt2005-07-131-0/+4
* make sure that we get back a SOAPString when $KCODE is UTF-8Leon Breedt2005-07-131-0/+2
* always send back SOAP responses as UTF-8, we can't guarantee that SOAP4RLeon Breedt2005-07-134-33/+57
* Made ready for release of 0.13.1David Heinemeier Hansson2005-07-112-5/+6
* ensure the second manual WS request of scaffolding contains the same state asLeon Breedt2005-07-062-0/+5
* fix bug in unit test causing spurious failures, and make sure theLeon Breedt2005-07-062-4/+8
* Pegged the versions for releaseDavid Heinemeier Hansson2005-07-061-4/+4
* Tuned documentation for release (AWS)David Heinemeier Hansson2005-07-063-4/+6
* 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-2514-56/+112
* Add workaround for SOAP4R changing find_mapped_soap_class return value [Shugo...Leon Breedt2005-06-132-1/+16
* Fix moduled controller URLs in WSDL, and add unit test to verify the generate...Leon Breedt2005-06-133-5/+13
* CSS needs "red" not #redDavid Heinemeier Hansson2005-06-061-1/+1
* fix scaffolding template paths (Pathname does weird things on Win32)Leon Breedt2005-05-313-1/+21
* memo to self: add :rest dispatching mode, and vanilla XML message supportLeon Breedt2005-05-201-6/+9
* Push to .org insteadDavid Heinemeier Hansson2005-05-191-3/+3
* add test to ensure the bug fixed by [1295] can't occur again.Leon Breedt2005-05-082-9/+13
* 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-074-5/+12
* add base64 signature type (thanks, Shugo Maeda!)Leon Breedt2005-05-078-10/+72
* remove usages of @request, @response, @params, and replace with #request, #re...Leon Breedt2005-05-054-58/+50
* fix boolean field rendering in scaffoldingLeon Breedt2005-05-052-2/+4
* fix :delegated invocation in the scaffoldingLeon Breedt2005-05-052-1/+8
* add support for structured types as input parameters to scaffolding,Leon Breedt2005-05-016-35/+61
* default to using UTF-8 as response encoding for SOAP if none isLeon Breedt2005-04-288-14/+51
* add charset=utf-8 to SOAP response content type, and make base_uriLeon Breedt2005-04-283-3/+17