Top "Routing" questions

Questions about mapping URLs to Controllers and Actions.

In Django, How do you write the url pattern for '/' and other root-based urls

I'm new to django, and one of the things that I'm still learning is url_patterns. I set up a …

django url routing url-pattern
What exactly can cause counting-to-infinity in the bellman-ford algorithm

From what I can understand, counting-to-infinity occurs when one router feeds another old information, which continues to propagate through the …

algorithm networking routing bellman-ford
Angular ng-view/routing not working in PhoneGap

I'm having a problem with ngView in PhoneGap. Everything seems to be loading just fine and I can even get …

cordova routing angularjs angular-routing
Can I group multiple domains in a routing group in Laravel?

Let's say I have the following: Route::group(array('domain' => array('admin.example.com')), function() { ... }); Route::group(array('domain' =&…

php laravel routing laravel-routing
ArgumentError: wrong number of arguments (1 for 2)

I'm very new to Rails, MVC, and CRUD, and I'm trying to use the update method to change the amount …

ruby-on-rails ruby routing crud
Mikrotik - Using 2 WAN connections with 2 Static IP addresses

I have 2 WAN lines that connect to the Internet: one connects on ether1 interface, the other connect on ether2 interface, …

routing mikrotik
What does "proto kernel" means in Unix Routing Table?

I've been searching this in linux-ip.net and the whole internet but does appears nothing. What does the "proto kernel" …

routing kernel ip
Rails: Preserving GET query string parameters in link_to

I have a typical search facility in my app which returns a list of results that can be paginated, sorted, …

ruby-on-rails parameters routing helpers
How can you access RouteData from the code-behind?

When using ASP.Net routing, how can you get the RouteData from the code-behind? I know you can get it …

asp.net routing url-routing
Creating a rails route to an external URL

A lot of my users keep going to http://(rails app URL)/blog, but I don't actually have a blog. …

ruby-on-rails routing