aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib
Commit message (Expand)AuthorAgeFilesLines
...
* generalize casting code to be used by both SOAP and XML-RPC (previously only ...Leon Breedt2005-03-2812-228/+353
* allow direct dispatching methods to declare their parameters as well, for bre...Leon Breedt2005-03-262-4/+9
* Fixed that MissingSourceFile's wasn't properly detected in production mode #9...David Heinemeier Hansson2005-03-251-1/+1
* Improved error reporting especially around never shallowing exceptions. Debug...David Heinemeier Hansson2005-03-231-3/+6
* Fixed documentation and prepared for 0.11.0 releaseDavid Heinemeier Hansson2005-03-221-2/+2
* make the response QName match up with that declared for the message in theLeon Breedt2005-03-201-1/+1
* dup the value received from @request, so we modify the copy and not the origi...Leon Breedt2005-03-151-0/+1
* allow 0, 1, '0' or '1' to be cast to the appropriate values for booleanLeon Breedt2005-03-101-0/+3
* change type of faultCode in marshaled SOAP faults to a QName,Leon Breedt2005-03-101-1/+1
* add action_web_service/test_invoke, will be used by for testing APIs inLeon Breedt2005-03-042-0/+138
* allow the client to specify options to be passed through to the underlyingLeon Breedt2005-03-031-0/+17
* make the marshaler use the same set of columns as the code that generatesLeon Breedt2005-03-021-1/+3
* add allow_active_record_expects option to ActionWebService::API::Base,Leon Breedt2005-02-281-1/+7
* Make all custom types and method calls are declared in the 'urn:ActionWebServ...Leon Breedt2005-02-2711-86/+178
* merged the changes for the upcoming 0.6.0:Leon Breedt2005-02-2532-1332/+1305
* handle elapsed times that are nil in #log_response (happens when API methodLeon Breedt2005-02-251-1/+1
* add code coverage testing scripts, remove dead codeLeon Breedt2005-02-202-10/+0
* ensure clients can handle APIs with named parameter signatures,Leon Breedt2005-02-193-4/+10
* refactoring:Leon Breedt2005-02-1914-333/+274
* rename entire package to Action Web ServiceLeon Breedt2005-02-1826-108/+108
* Renamed Action Service to Action Web ServiceDavid Heinemeier Hansson2005-02-1822-0/+2418