From b94bd32f3116b469b48400382dbc964bf17994d1 Mon Sep 17 00:00:00 2001 From: Leon Breedt Date: Tue, 29 Mar 2005 12:31:39 +0000 Subject: first pass of web service scaffolding. add ability to quickly generate an action pack request for a protocol, add missing log_error when we fail to parse protocol messages. add RDoc for scaffolding and functional testing. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1037 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../templates/scaffolds/layout.rhtml | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml (limited to 'actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml') diff --git a/actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml b/actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml new file mode 100644 index 0000000000..1cd2e3042a --- /dev/null +++ b/actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml @@ -0,0 +1,65 @@ + + + <%= @scaffold_class.wsdl_service_name %> Web Service + + + + +<%= @content_for_layout %> + + + -- cgit v1.2.3