1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionwebservice/lib/action_web_service
2005-06-13 03:22:01 +00:00
..
client be explicit about the object to do #instance_eval in for delegated dispatching, 2005-04-05 05:39:45 +00:00
container remove usages of @request, @response, @params, and replace with #request, #response, #params, 2005-05-05 16:59:07 +00:00
dispatcher Fix moduled controller URLs in WSDL, and add unit test to verify the generated URL. 2005-06-13 02:58:44 +00:00
protocol Add workaround for SOAP4R changing find_mapped_soap_class return value [Shugo Maeda] 2005-06-13 03:22:01 +00:00
support add base64 signature type (thanks, Shugo Maeda!) 2005-05-07 22:57:08 +00:00
templates/scaffolds CSS needs "red" not #red 2005-06-06 09:48:48 +00:00
api.rb add support for structured types as input parameters to scaffolding, 2005-05-01 05:07:37 +00:00
base.rb merged the changes for the upcoming 0.6.0: 2005-02-25 23:39:39 +00:00
casting.rb add base64 signature type (thanks, Shugo Maeda!) 2005-05-07 22:57:08 +00:00
client.rb refactoring: 2005-02-19 08:29:42 +00:00
container.rb merged the changes for the upcoming 0.6.0: 2005-02-25 23:39:39 +00:00
dispatcher.rb refactoring: 2005-02-19 08:29:42 +00:00
invocation.rb refactoring: 2005-02-19 08:29:42 +00:00
protocol.rb merged the changes for the upcoming 0.6.0: 2005-02-25 23:39:39 +00:00
scaffolding.rb fix scaffolding template paths (Pathname does weird things on Win32) 2005-05-31 02:50:02 +00:00
struct.rb * Fix casting of nested members in structured types if we have a signature 2005-04-04 22:58:02 +00:00
test_invoke.rb fix that functional testing for :layered SOAP would complain that it 2005-05-08 19:34:54 +00:00