I have this routing $router->addRoute(\'clinics\', new Zend_Controller_Router_Route(\'clinics/:clinicPath\', array(\'controller\' => \'clinics\', \'action\' => \'view\')),
I have the following WCF protocol bridging scenario:a WCF Client using basicHttp binding talking to a Routing Service which forwards the request to the Service using netTcp.
I am using a route like this match \"/v1/:method\" => \"v1#index\" My intention here is capture the name of the api method and then send the request to that method inside the controller.
I\'m using rails3 and I have the following bit in my routing.rb: resources :questions do resources :answers do
I\'m looking for a solution to exchange data (protocols build on TCP) between NAT separated endpoints - more or less directly.
I\'m following along with the O\'Reilly Rails book, but it\'s created for Rails 2, so I think that\'s where the error lies.
I am trying to figure out changing this routes.rb to the new rails 3 syntax but it\'s proving to be quite difficult... I know most of the sutff is simply removing the map.
I wrote a tool running on a system (Win7) with two network interfaces, each linked to a different subnet, each with its own gateway which is then linked to two separate distant networks (there are out
Hi I have a simple rails question that I am simply unable to figure out. like the title says, I want to get my users controller show page to have the myapp.com/@username url but I don\'t know how to d
I am trying to figure out how to route my application to a default controller/task/id when none is specified in a request.