Top "Routes" questions

Questions about mapping URLs to Controllers and Actions.

problems with form_tag for controller action with members-get route

I'm making a form_tag panel that contains information (checkboxes) specific to a controller action. This action is set up …

ruby-on-rails routes form-for link-to
How do I create a 'route' in wordpress?

For my own sanity I'm trying to create a route for an ajax api that looks something like: /api/<…

wordpress api routes hook
Recommend simple PHP Routing Engine

Looking for simple php class routing, like this: http://fatfree.sourceforge.net/page/routing-engine Is there a ready-made solutions? Or …

php url mod-rewrite routes fat-free-framework
Opposite of $routeChangeSuccess in AngularJS

I was just wondering if there is a way to know if someone is changing the route of the URL. …

angularjs routes angularjs-routing
Finding the number of paths of given length in a undirected unweighted graph

'Length' of a path is the number of edges in the path. Given a source and a destination vertex, I …

algorithm graph routes depth-first-search breadth-first-search
link_to update (without form)

I want a link to update a resource, without using an HTML form. Routes: resources :users do resources :friends end …

ruby-on-rails routes link-to put
Camel Choice by Example

I have 2 POJOs: public class Witch { private Broom broom; private List<Spell> spells; // constructors, getters/setters, etc. } public …

java apache-camel routes choice
Highlight a specified route on Google Maps v2 Android

Right, so I'm currently using the Google Directions API in my app to retrieve the route between two locations. When …

android highlight routes google-maps-android-api-2 directions
"The resource cannot be found." error when there is a "dot" at the end of the url

I'm using ASP .NET MVC Beta and I get the HTTP 404 (The resource cannot be found) error when I use …

.net asp.net-mvc routing routes
Difference between resource and resources methods

What is the logical difference between resource and resources methods Here is some examples: resource :orders, :only => [:index, :create, :…

ruby-on-rails ruby-on-rails-3 routes