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
Commit message (
Expand
)
Author
Age
Files
Lines
*
initial go at making :layered dispatching generate WSDL for SOAP, and have
Leon Breedt
2005-04-05
2
-10
/
+27
*
be explicit about the object to do #instance_eval in for delegated dispatching,
Leon Breedt
2005-04-05
1
-4
/
+1
*
* collapse 'ws' back into protocols, it just added complexity and indirection...
Leon Breedt
2005-04-02
2
-50
/
+53
*
first pass of web service scaffolding. add ability to quickly generate an
Leon Breedt
2005-03-29
1
-0
/
+1
*
remove wrongheaded uses of "rescue nil" if it will mask a useful exception. a...
Leon Breedt
2005-03-29
2
-5
/
+4
*
don't hide exceptions when we fail to parse XML-RPC messages.
Leon Breedt
2005-03-28
1
-2
/
+7
*
generalize casting code to be used by both SOAP and XML-RPC (previously only ...
Leon Breedt
2005-03-28
2
-73
/
+44
*
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
2
-39
/
+79
*
merged the changes for the upcoming 0.6.0:
Leon Breedt
2005-02-25
2
-239
/
+251
*
handle elapsed times that are nil in #log_response (happens when API method
Leon Breedt
2005-02-25
1
-1
/
+1
*
add code coverage testing scripts, remove dead code
Leon Breedt
2005-02-20
2
-10
/
+0
*
refactoring:
Leon Breedt
2005-02-19
2
-0
/
+459