rails/actionwebservice/lib/action_web_service
2005-05-07 22:57:08 +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 remove usages of @request, @response, @params, and replace with #request, #response, #params, 2005-05-05 16:59:07 +00:00
protocol add base64 signature type (thanks, Shugo Maeda!) 2005-05-07 22:57:08 +00:00
support add base64 signature type (thanks, Shugo Maeda!) 2005-05-07 22:57:08 +00:00
templates/scaffolds add support for structured types as input parameters to scaffolding, 2005-05-01 05:07:37 +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 remove usages of @request, @response, @params, and replace with #request, #response, #params, 2005-05-05 16:59:07 +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 be explicit about the object to do #instance_eval in for delegated dispatching, 2005-04-05 05:39:45 +00:00