aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib/action_web_service/scaffolding.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-291-2/+1
* Make ActiveWebService::Struct type reloadable. Fix scaffolding action when on...David Heinemeier Hansson2006-03-261-25/+18
* Fixed that AWS Scaffold Fails with Struct as a Parameter (closes #4363) [joe@...David Heinemeier Hansson2006-03-231-1/+2
* Fix a ton of issues with AWS (yes, Kent saved it from being unbundled in 1.1)...David Heinemeier Hansson2006-03-031-21/+36
* fix rendering of scaffolding (@content_for_layout has to be set on the templa...Leon Breedt2005-08-121-4/+13
* ensure the second manual WS request of scaffolding contains the same state asLeon Breedt2005-07-061-0/+1
* fix WSDL generation, change the way protocols are instantiated, and add Leon Breedt2005-06-251-2/+2
* fix scaffolding template paths (Pathname does weird things on Win32)Leon Breedt2005-05-311-1/+1
* remove usages of @request, @response, @params, and replace with #request, #re...Leon Breedt2005-05-051-15/+15
* fix boolean field rendering in scaffoldingLeon Breedt2005-05-051-2/+2
* fix :delegated invocation in the scaffoldingLeon Breedt2005-05-051-1/+6
* add support for structured types as input parameters to scaffolding,Leon Breedt2005-05-011-23/+46
* support SOAP invocation of layered services in scaffolding too, fix bug whenLeon Breedt2005-04-051-7/+23
* use #rescue_action in WS scaffolding so that exceptions in API methods give a...Leon Breedt2005-04-031-23/+38
* allow selecting the protocol to use when invoking theLeon Breedt2005-04-031-1/+1
* * collapse 'ws' back into protocols, it just added complexity and indirection...Leon Breedt2005-04-021-11/+32
* display the amount of time taken to invoke a scaffolding requestLeon Breedt2005-03-311-5/+9
* first pass of web service scaffolding. add ability to quickly generate anLeon Breedt2005-03-291-0/+181