I\'ve put this line in my routes.db file: map.mything \'/mything\', :controller => \'mything\', :action => \'list\'
I have the following in my routes.rb map.diff \'posts/:id/diff/:from/:to\', :controller => \"posts\",
In C++ using Windows32 using windows socket library using UDP is there a way to give a client routing information to another client to establish a connection between clients without having to route th
I currently have an ASP.NET MVC application that exists.I want to add a small mobile friendly section to the site.I want to keep it extremely simple and integrate http://mdbf.codeplex.com/ into my pro
I\'m trying to create a routing situation where by default, any URL\'s such as this: /foo /something /foo.php
I have an app that has the following in the routes file: namespace \"admin\" do # ADMINISTRATIVE ROUTES ONLY
I am trying to implement routing in cakephp. I want the urls to mapped like this... www.example.com/nodes/main -> www.example.com/main
I have the ability to calculate the best route between a start and end point using A*. Right now, I am including waypoints between my start and end points by applying A* to the pairs in all permutatio
I have a basic CRUD with \"Company\" model. To make the company name show up, I did def to_param name.parameterize
Guys, how to route inbound message between different endpoints. I need to expose the single endpoint that could accept different credentials. I guess, solve this by intercept the incoming message and