aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice
Commit message (Expand)AuthorAgeFilesLines
...
* Send a stripped down message in the text following 500, and leave the detailedLeon Breedt2005-04-161-1/+1
* Remove a cause of casting failure for XML-RPC by ignoring structure members notLeon Breedt2005-04-166-2/+22
* add missing public API changeLeon Breedt2005-04-101-4/+5
* Moved to new serverDavid Heinemeier Hansson2005-04-071-3/+3
* support SOAP invocation of layered services in scaffolding too, fix bug whenLeon Breedt2005-04-052-7/+27
* initial go at making :layered dispatching generate WSDL for SOAP, and haveLeon Breedt2005-04-058-23/+63
* make XMLRPC::FaultException have a #message, otherwise the thrown exceptionLeon Breedt2005-04-051-0/+4
* add API::Method#expects_to_hash convenience as wellLeon Breedt2005-04-052-0/+15
* add API::Method#expects_index_of helper to get the index ofLeon Breedt2005-04-052-0/+21
* be explicit about the object to do #instance_eval in for delegated dispatching,Leon Breedt2005-04-0511-230/+226
* * Fix casting of nested members in structured types if we have a signatureLeon Breedt2005-04-045-16/+22
* don't use SyncEnumerator, its far too slow to be used in something frequently...Leon Breedt2005-04-032-2/+6
* use #rescue_action in WS scaffolding so that exceptions in API methods give a...Leon Breedt2005-04-032-24/+38
* remove finished tasksLeon Breedt2005-04-031-2/+3
* allow selecting the protocol to use when invoking theLeon Breedt2005-04-035-10/+12
* filter out embedded nil values for XML-RPCLeon Breedt2005-04-021-2/+9
* * collapse 'ws' back into protocols, it just added complexity and indirection...Leon Breedt2005-04-0250-1511/+1090
* Removed broken attempt to DRY module ClassMethod #970David Heinemeier Hansson2005-04-021-0/+5
* Automatically extend the class which gets a module included with the ClassMet...David Heinemeier Hansson2005-04-021-5/+0
* Added install.rbs for all frameworks and made all of them generic enough not ...David Heinemeier Hansson2005-04-021-0/+30
* display the amount of time taken to invoke a scaffolding requestLeon Breedt2005-03-312-5/+13
* remove ActiveRecordSoapMarshallable, can't reproduce the problem it was inten...Leon Breedt2005-03-312-14/+2
* first pass of web service scaffolding. add ability to quickly generate anLeon Breedt2005-03-2919-28/+451
* remove wrongheaded uses of "rescue nil" if it will mask a useful exception. a...Leon Breedt2005-03-293-13/+6
* don't hide exceptions when we fail to parse XML-RPC messages.Leon Breedt2005-03-282-4/+7
* generalize casting code to be used by both SOAP and XML-RPC (previously only ...Leon Breedt2005-03-2819-249/+432
* Made ready for the release of 0.11.1David Heinemeier Hansson2005-03-272-6/+8
* Made ready for better release automationDavid Heinemeier Hansson2005-03-271-0/+120
* allow direct dispatching methods to declare their parameters as well, for bre...Leon Breedt2005-03-265-5/+34
* 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-222-6/+6
* Added documentation and fixed an ajax bugDavid Heinemeier Hansson2005-03-221-1/+3
* add missing entriesLeon Breedt2005-03-201-1/+5
* 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-1011-135/+246
* change type of faultCode in marshaled SOAP faults to a QName,Leon Breedt2005-03-101-1/+1
* Prepared for 0.10.1 releaseDavid Heinemeier Hansson2005-03-072-5/+5
* add action_web_service/test_invoke, will be used by for testing APIs inLeon Breedt2005-03-047-3/+223
* 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-023-1/+13
* add missing entry for #allow_active_record_expectsLeon Breedt2005-03-021-0/+2
* add allow_active_record_expects option to ActionWebService::API::Base,Leon Breedt2005-02-282-1/+11
* drop version back down to 0.5.0 so that we can use 0.6.0 for the realLeon Breedt2005-02-271-1/+1
* Make all custom types and method calls are declared in the 'urn:ActionWebServ...Leon Breedt2005-02-2721-113/+348
* merged the changes for the upcoming 0.6.0:Leon Breedt2005-02-2562-2079/+2180
* Tagged the 0.10.0 releaseDavid Heinemeier Hansson2005-02-251-1/+1
* handle elapsed times that are nil in #log_response (happens when API methodLeon Breedt2005-02-251-1/+1
* Marked for releaseDavid Heinemeier Hansson2005-02-241-1/+1