search for: distpatching

Displaying 2 results from an estimated 2 matches for "distpatching".

Did you mean: dispatching
2006 Mar 17
0
Generating WSDL when using delegated or layered distpatching
All, I can''t seem to come up with the appropriate incantation to Rails return WSDL for my web service. I am attempting to use layered dispatching. For direct dispatching, I can simply access http://localhoss:3000/controllername/service.wsdl and all works as advertised. When I configure for layered dispatch, the same invocation returns "unknown action". I''m
2006 Jun 08
3
Rails App, Going Live
I built my rails app locally, and just today put it all online. Getting a "Application error (Rails)" when trying to submit some form parameters to the db. What needs to be done with going from local development to live? I''m not sure if/where I need to set my app to "production" status. Also, is there any way to debug "Application error (Rails)"??