Top "Routes" questions

Questions about mapping URLs to Controllers and Actions.

Rails routing to handle multiple domains on single application

I've been unable to find a workable solution to this problem, despite several similar questions here and elsewhere. It seems …

ruby-on-rails ruby-on-rails-3 routing routes subdomain
AngularJS: Change hash and route without completely reloading controller

I have a controller, with a route like this: #/articles/1234 I want to change the route without completely reloading the …

controller reload routes angularjs persist
Dynamic Routes from database for ASP.NET MVC CMS

Basically I have a CMS backend I built using ASP.NET MVC and now I'm moving on to the frontend …

c# asp.net-mvc-4 routes
Rails routes: GET without param :id

I'm developing a REST api based on rails. To use this api, you MUST be logged in. Regarding that, I'd …

ruby-on-rails ruby ruby-on-rails-3.2 routes
Play 2.x: How to make an AJAX request with a common button

So I have successfully gotten ajax requests to work before but I have always had to use a form, and …

javascript java ajax routes playframework-2.0
AngularJS - Need some combination of $routeChangeStart and $locationChangeStart

My problem is actually very similar to the one found here: AngularJs - cancel route change event In short, I'm …

javascript angularjs routes angularjs-directive angularjs-routing
Including hash values in ASP.NET MVC URL routes

I need to implement hash value i.e the Url should look like this: /home/index/#create For this have …

asp.net-mvc routes
Choose between built in mic and headset in iOS

We are developing an app that needs to change the audio route in iOS. We need to get some information …

ios audio routes microphone remoteio
Adding Hash parameter in the URL Rails Routes

How to add a hash parameter in link_to. I need to generate a URL something like this.. /p/generate/#…

ruby-on-rails routes
ASP.NET MVC 4 Routes - controller/id vs controller/action/id

I'm trying to add a route to the default one, so that I have both urls working: http://www.mywebsite.…

asp.net-mvc asp.net-mvc-4 routes asp.net-mvc-routing