Top "Routes" questions

Questions about mapping URLs to Controllers and Actions.

Draw path between two points using Google Maps Android API v2

Google changed its map API for Android and introduced API V2. The previous codes for drawing path are not working …

google-maps path google-maps-markers routes google-maps-android-api-2
No provider for Router?

Im getting this error: EXCEPTION: Error in ./AppComponent class AppComponent - inline template:0:0 caused by: No provider for Router! This …

angular routes
Laravel form html with PUT method for PUT routes

I Have this in my routes : +--------+---------------------------+--------------+--------------------------- ---------+----------------+---------------+ | Domain | URI | Name | Action | Before Filters | After …

php forms laravel routes put
Passing route control with optional parameter after root in express?

I'm working on a simple url-shortening app and have the following express routes: app.get('/', function(req, res){ …

node.js routes express
How to use router.navigateByUrl and router.navigate in Angular

https://angular.io/api/router/RouterLink gives a good overview of how to create links that will take the user …

angular routes routerlink
How to make a catch all route to handle '404 page not found' queries for ASP.NET MVC?

Is it possible to create a final route that catches all .. and bounces the user to a 404 view in ASP.…

asp.net-mvc routes http-status-code-404
Add a prefix to all Flask routes

I have a prefix that I want to add to every route. Right now I add a constant to the …

python routes flask
In express how do I redirect a user to an external url?

I have a payment system using node.js and braintree, when the payment is successful I want to send the …

node.js express routes
Google direction route from current location to known location

I use the MapsActivity class in this project. On my map you can see many markers. I have many known …

android json routes maps google-directions-api
Rails Routing (root :to => ...)

I know how to set the routes root of my rails app to a controller and an action. But how …

ruby-on-rails ruby ruby-on-rails-3 routes url-routing