| Commit message (Expand) | Author | Age | Files | Lines |
* | support SOAP invocation of layered services in scaffolding too, fix bug when | Leon Breedt | 2005-04-05 | 2 | -7/+27 |
* | initial go at making :layered dispatching generate WSDL for SOAP, and have | Leon Breedt | 2005-04-05 | 8 | -23/+63 |
* | make XMLRPC::FaultException have a #message, otherwise the thrown exception | Leon Breedt | 2005-04-05 | 1 | -0/+4 |
* | add API::Method#expects_to_hash convenience as well | Leon Breedt | 2005-04-05 | 2 | -0/+15 |
* | add API::Method#expects_index_of helper to get the index of | Leon Breedt | 2005-04-05 | 2 | -0/+21 |
* | be explicit about the object to do #instance_eval in for delegated dispatching, | Leon Breedt | 2005-04-05 | 11 | -230/+226 |
* | * Fix casting of nested members in structured types if we have a signature | Leon Breedt | 2005-04-04 | 5 | -16/+22 |
* | don't use SyncEnumerator, its far too slow to be used in something frequently... | Leon Breedt | 2005-04-03 | 2 | -2/+6 |
* | use #rescue_action in WS scaffolding so that exceptions in API methods give a... | Leon Breedt | 2005-04-03 | 2 | -24/+38 |
* | remove finished tasks | Leon Breedt | 2005-04-03 | 1 | -2/+3 |
* | allow selecting the protocol to use when invoking the | Leon Breedt | 2005-04-03 | 5 | -10/+12 |
* | filter out embedded nil values for XML-RPC | Leon Breedt | 2005-04-02 | 1 | -2/+9 |
* | * collapse 'ws' back into protocols, it just added complexity and indirection... | Leon Breedt | 2005-04-02 | 50 | -1511/+1090 |
* | Removed broken attempt to DRY module ClassMethod #970 | David Heinemeier Hansson | 2005-04-02 | 1 | -0/+5 |
* | Automatically extend the class which gets a module included with the ClassMet... | David Heinemeier Hansson | 2005-04-02 | 1 | -5/+0 |
* | Added install.rbs for all frameworks and made all of them generic enough not ... | David Heinemeier Hansson | 2005-04-02 | 1 | -0/+30 |
* | display the amount of time taken to invoke a scaffolding request | Leon Breedt | 2005-03-31 | 2 | -5/+13 |
* | remove ActiveRecordSoapMarshallable, can't reproduce the problem it was inten... | Leon Breedt | 2005-03-31 | 2 | -14/+2 |
* | first pass of web service scaffolding. add ability to quickly generate an | Leon Breedt | 2005-03-29 | 19 | -28/+451 |
* | remove wrongheaded uses of "rescue nil" if it will mask a useful exception. a... | Leon Breedt | 2005-03-29 | 3 | -13/+6 |
* | don't hide exceptions when we fail to parse XML-RPC messages. | Leon Breedt | 2005-03-28 | 2 | -4/+7 |
* | generalize casting code to be used by both SOAP and XML-RPC (previously only ... | Leon Breedt | 2005-03-28 | 19 | -249/+432 |
* | Made ready for the release of 0.11.1 | David Heinemeier Hansson | 2005-03-27 | 2 | -6/+8 |
* | Made ready for better release automation | David Heinemeier Hansson | 2005-03-27 | 1 | -0/+120 |
* | allow direct dispatching methods to declare their parameters as well, for bre... | Leon Breedt | 2005-03-26 | 5 | -5/+34 |
* | Fixed that MissingSourceFile's wasn't properly detected in production mode #9... | David Heinemeier Hansson | 2005-03-25 | 1 | -1/+1 |
* | Improved error reporting especially around never shallowing exceptions. Debug... | David Heinemeier Hansson | 2005-03-23 | 1 | -3/+6 |
* | Fixed documentation and prepared for 0.11.0 release | David Heinemeier Hansson | 2005-03-22 | 2 | -6/+6 |
* | Added documentation and fixed an ajax bug | David Heinemeier Hansson | 2005-03-22 | 1 | -1/+3 |
* | add missing entries | Leon Breedt | 2005-03-20 | 1 | -1/+5 |
* | make the response QName match up with that declared for the message in the | Leon Breedt | 2005-03-20 | 1 | -1/+1 |
* | dup the value received from @request, so we modify the copy and not the origi... | Leon Breedt | 2005-03-15 | 1 | -0/+1 |
* | allow 0, 1, '0' or '1' to be cast to the appropriate values for boolean | Leon Breedt | 2005-03-10 | 11 | -135/+246 |
* | change type of faultCode in marshaled SOAP faults to a QName, | Leon Breedt | 2005-03-10 | 1 | -1/+1 |
* | Prepared for 0.10.1 release | David Heinemeier Hansson | 2005-03-07 | 2 | -5/+5 |
* | add action_web_service/test_invoke, will be used by for testing APIs in | Leon Breedt | 2005-03-04 | 7 | -3/+223 |
* | allow the client to specify options to be passed through to the underlying | Leon Breedt | 2005-03-03 | 1 | -0/+17 |
* | make the marshaler use the same set of columns as the code that generates | Leon Breedt | 2005-03-02 | 3 | -1/+13 |
* | add missing entry for #allow_active_record_expects | Leon Breedt | 2005-03-02 | 1 | -0/+2 |
* | add allow_active_record_expects option to ActionWebService::API::Base, | Leon Breedt | 2005-02-28 | 2 | -1/+11 |
* | drop version back down to 0.5.0 so that we can use 0.6.0 for the real | Leon Breedt | 2005-02-27 | 1 | -1/+1 |
* | Make all custom types and method calls are declared in the 'urn:ActionWebServ... | Leon Breedt | 2005-02-27 | 21 | -113/+348 |
* | merged the changes for the upcoming 0.6.0: | Leon Breedt | 2005-02-25 | 62 | -2079/+2180 |
* | Tagged the 0.10.0 release | David Heinemeier Hansson | 2005-02-25 | 1 | -1/+1 |
* | handle elapsed times that are nil in #log_response (happens when API method | Leon Breedt | 2005-02-25 | 1 | -1/+1 |
* | Marked for release | David Heinemeier Hansson | 2005-02-24 | 1 | -1/+1 |
* | Made ready for 0.10.0 release | David Heinemeier Hansson | 2005-02-24 | 1 | -6/+6 |
* | add code coverage testing scripts, remove dead code | Leon Breedt | 2005-02-20 | 6 | -42/+9 |
* | ensure clients can handle APIs with named parameter signatures, | Leon Breedt | 2005-02-19 | 6 | -4/+29 |
* | refactoring: | Leon Breedt | 2005-02-19 | 24 | -551/+404 |