index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionwebservice
/
lib
/
action_web_service
/
dispatcher
/
abstract.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure that DispatcherError is being thrown correctly when a malformed reques...
Kent Sibilev
2006-12-11
1
-0
/
+4
*
Fixed XMLRPC multicall when one of the called methods returns a struct object.
Kent Sibilev
2006-08-23
1
-4
/
+7
*
Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...
Marcel Molina
2006-04-29
1
-2
/
+1
*
special-case non-existent target method handling for 'system.multicall' calls...
Leon Breedt
2005-08-16
1
-1
/
+9
*
add 'system.multicall' support to XML-RPC. boxcarred methods must still exist
Leon Breedt
2005-08-16
1
-6
/
+60
*
support using invocation filters in :direct controllers as well, for
Leon Breedt
2005-05-07
1
-4
/
+8
*
default to using UTF-8 as response encoding for SOAP if none is
Leon Breedt
2005-04-28
1
-4
/
+6
*
Remove a cause of casting failure for XML-RPC by ignoring structure members not
Leon Breedt
2005-04-16
1
-0
/
+3
*
initial go at making :layered dispatching generate WSDL for SOAP, and have
Leon Breedt
2005-04-05
1
-3
/
+11
*
* collapse 'ws' back into protocols, it just added complexity and indirection...
Leon Breedt
2005-04-02
1
-19
/
+21
*
remove wrongheaded uses of "rescue nil" if it will mask a useful exception. a...
Leon Breedt
2005-03-29
1
-4
/
+1
*
generalize casting code to be used by both SOAP and XML-RPC (previously only ...
Leon Breedt
2005-03-28
1
-55
/
+25
*
allow direct dispatching methods to declare their parameters as well, for bre...
Leon Breedt
2005-03-26
1
-1
/
+6
*
add action_web_service/test_invoke, will be used by for testing APIs in
Leon Breedt
2005-03-04
1
-0
/
+8
*
Make all custom types and method calls are declared in the 'urn:ActionWebServ...
Leon Breedt
2005-02-27
1
-14
/
+37
*
merged the changes for the upcoming 0.6.0:
Leon Breedt
2005-02-25
1
-104
/
+71
*
add code coverage testing scripts, remove dead code
Leon Breedt
2005-02-20
1
-8
/
+0
*
refactoring:
Leon Breedt
2005-02-19
1
-0
/
+158