Top "Routing" questions

Questions about mapping URLs to Controllers and Actions.

Ember.js routing: how do you set a default route to render immediately?

I'm sure this will become clear as I dig in deeper, but for now it's not obvious how to make …

routing ember.js ember-old-router
Difference between message bus and message broker

what's the difference between a message bus[1] and a message broker[2] Both is middleware for applications Both can be used …

routing integration messaging eai
How can I use Rails routes to redirect from one domain to another?

My app used to run on foo.tld but now it runs on bar.tld. Requests will still come in …

ruby-on-rails routing rails-routing
ASP.NET MVC routing and areas

I am messing around with ASP.NET MVC 2 Preview 2 and am trying to figure out how routing works with areas …

asp.net-mvc routing asp.net-mvc-areas
CakePHP - How to make routes with custom parameters?

My Cake URL is like this: $token = '9KJHF8k104ZX43'; $url = array( 'controller' => 'users', 'action' => 'password_…

cakephp routing cakephp-2.0 cakephp-2.3
In Symfony, how can I use the url_for helper in a class?

I am building a URL inside of a class and I'd like to be able to change the routing if …

symfony1 routing symfony-1.4 helper
How do you use anchors for IDs in routes in Rails 3?

Imagine a blog with posts and comments. An individual comment's URL might be posts/741/comments/1220. However, I'd like to make …

ruby-on-rails ruby-on-rails-3 routing anchor
How to send multicast packets via a specfic interface in Linux

Having tried all possible ways couldn't find a work around for this problem. I have a machine with two interfaces …

linux routing ipv6 multicast
Laravel grouping routes what is best prefix or middleware

When I start thinking grouping my routes and check the documentation. I lost there. There are too many things like …

laravel routing laravel-routing laravel-middleware
Spring Integration: Content based router with default output channel?

I'd like use Spring Integration to implement a content based router that uses a default output channel if the expression …

java spring routing spring-integration