Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
1answer
2k views

Defining custom URL routes in ASP.Net MVC

I have the following routes defined: public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); routes.MapRoute(name: "Homepage", url: "", ...
14
votes
5answers
17k views

Google Map Route Draw on IPhone

I am developing an application that has two versions. One for web and another for iPhone. In the web app, I am able to draw a route on the road (drawing the route automatically that follows ...
13
votes
2answers
7k views

ASP.NET MVC - Pass array object as a route value within Html.ActionLink(…)

I have a method that returns an array (string[]) and I'm trying to pass this array of strings into an Action Link so that it will create a query string similar to: ...
10
votes
2answers
18k views

How to display a route between two geocoords in google maps? (Android)

I'm just writing an App for displaying the route between two coords (lat, long) in google maps view. Displaying an single coord (even with a marker) works fine, but how to draw route between two point ...
8
votes
1answer
2k views

Android, google maps and drawing route

Few weeks ago I was searching form good example how to get points & draw the route on Google maps in Android OS. Here I post example... example URL you're going to parse is... ...
6
votes
7answers
10k views

Android - Getting audio to play through earpiece

I currently have code that reads a recording in from the devices mic using the AudioRecord class and then playing it back out using the AudioTrack class. My problem is that when I play it out it ...
6
votes
1answer
751 views

ASP.Net MVC support for Nested Resources?

I'm looking for a routing option similar to the nested RESTFul routes functionality available through Rails. The SimplyRestful project on MvcContrib doesn't appear to be active any longer nor does it ...
6
votes
4answers
11k views

Rails: A route to serve static assets (like .jpgs, etc?)

I've worked my way through a number of interesting routing problems - turning a request URL into a hash, etc., but just out of curiosity, is there a way to tell the routing system that you want ...
5
votes
2answers
83 views

Reading the route table on FreeBSD

I'm porting an application from Linux to FreeBSD that needs to look at the table of network routes ("route" on Linux or "netstat -r" on FreeBSD). On Linux, the application simply reads ...
5
votes
1answer
337 views

Android Issue Drawing Long Routes on MapView using XML Parsing

I have problem occuring in my application.. Using XML file i am getting geopoints to draw the path between two locations..but it only shows me the route if the distance is less than 300 kilometers .. ...
5
votes
3answers
4k views

How to get the dispatched route name in Zend framework?

Current state: A router is loaded from xml file two route name within the router are going to the same controller and action, for example: www-language-employee and www-language-trainer are going to ...
4
votes
1answer
105 views

Beginner: Limit URL parameter by using regular expression

I need some help with a regular expression to limit the choices a user has for passing a crappy parameter for input. For example the path looks like this: /project/create/:category (:category is a ...
4
votes
2answers
89 views

Rails: Different Controller behaviour depending on route

I'm looking for the best practice to solve the following situation: I've got an "Additive" Model which should be many-to-many-associated with some other models. Examples: # Meal-Model ...
4
votes
2answers
1k views

rspec-rails: Failure/Error: get “/” No route matches

Trying out rspec-rails. I get a weird error - no routes are supposedly found, even though I can access them fine in the browser when running rails s. I even tried it with just / Failure/Error: get ...
4
votes
1answer
61 views

How can I merge route declarations (subdomain or token)?

I have a model Model that can be access from many ways: by subdomain or a token http://model1.domain.com http://domain.com/j4h7 I have the following routes resources :model, :constraints => ...
4
votes
1answer
704 views

Zend Route Regex and optional parameters

I want to use a URL like this: site.com/car-list/param1/value1/param2/value2 "car" is variable and can be anytihng. i solved the "site.com/car-list" part like this: $categoryRoute = new ...
4
votes
2answers
118 views

PHP: Call a class from array?

I've just built myself a function that fetches the URI string and turns it into an array as shown below. This example is based upon the URL of http://mydomain.com/mycontroller/mymethod/var Array ( ...
4
votes
2answers
739 views

How do I access a route parameter in my ASP.NET MVC view?

I have an URL like this /home/action/id How can I access this id in view?
4
votes
2answers
531 views

How do you do a 301 permanant redirect route in ASP.Net MVC

How do you do a HTTP 301 permanant redirect route in ASP.NET MVC?
4
votes
5answers
389 views

ASP.NET MVC twitter/myspace style routing

This is my first post after being a long-time lurker - so please be gentle :-) I have a website similar to twitter, in that people can sign up and choose a 'friendly url', so on my site they would ...
3
votes
1answer
109 views

codeigniter route problem

result I want : greeting/102/steve => greeting/index/102/steve in greeting.php : function index($order,$name) { echo "order: $order , name : $name ! "; } in route.php : ...
3
votes
3answers
605 views

GIS/Mapping solutions that provide easy access to routing data

I'm look for a GIS/Mapping tool that will give me easy SERVER-SIDE access to route information (specifically, trip time and distance) in an ASP.NET web application. From what I can tell, Google and ...
2
votes
2answers
33 views

Proper way to organize myapp/routes/*

Using latest stable node.js and express from npm, I've created my first express project. The default generated app defines routes/index.js, which contains a single route that renders the default ...
2
votes
2answers
29 views

Strange behavior of Ruby on Rails Routing

I am a Ruby newbie and I have been struggling with the following routing problem: I have a Publishers controller in my app, and I want to use it as a singular resource, so a logged-in publisher could ...
2
votes
1answer
39 views

Is there a way to do route comparison between 2 routes using any Map API

If James is going from Point A to Point B, and Charlie is going from Point C to Point D, And Point C and D lies on the route of Point A and B (using Google Map where the route is highlighted in ...
2
votes
0answers
92 views

GoogleMaps route save data in SQL Server 2008 spatial

I need save data generated by google maps service as multilinestring, the problem is that some parts of the routes can be overlaps and SQL Server throws an exception. Are there any way to store this ...
2
votes
2answers
183 views

What are the advantages and disadvantages of defining Camel routes in spring xml?

Currently I try to get deeper into Apache Camel. As you know there are at least two ways to describe the routes: the Java DSL and the XML-configuration. The developers of Camel recommend to use the ...
2
votes
1answer
78 views

Create a URL from of a string (named route)

I have an action called home. I store "home_url" in the database. I need to generate the full URL form this string. For example, Input: "home_url" Desired output: ...
2
votes
1answer
693 views

rails devise, no route matches logout

Though there're lots of similar questions, i've searched for it for hours but still can not fix it. Env rails 3.0.9 ruby 1.9.2 devise 1.4.2 I changed the default login url using: 5 resources ...
2
votes
3answers
181 views

Find best matching routes from GPS data

I'm making an application where users can save GPS data from phone to server when they travel their everyday routes. For example they are heading from home to work. GPS data is stored in a database. ...
2
votes
2answers
529 views

can I read/write the routing table in C without using system() command?

I have code written in C. I want to get using C code information that is stored in routing table. Is it possible?
2
votes
2answers
497 views

properly use of languages in zend framework

I have an Zend application with two modules (admin and public) and for public I have the following plugin to parse my friendly-url: class Custom_Controller_Plugin_Initializer extends ...
2
votes
3answers
331 views

How To Add Dash Between Controllers Name In Kohana?

I'm working on authorization module for Kohana 3.1. In my module's init.php... Route::set( 'a11n', '<controller>', array( 'controller' => 'signIn|signOut|signUp' ) ...
2
votes
1answer
408 views

java.io.IOException: No route to host using MulticastSocket on MacOS X Snow Leopard

I have a java application using multicast in order to advertise some entity - all worked fine when I tried the application a couple of weeks back. However, this is not the case anymore: I'm getting a ...
2
votes
1answer
118 views

ASP.NET MVC 1 Page Caching Problem

On my site there is a page where a user can see a list of all the payments they need to make, select a file, and make that payment. The problem I am having is if the user makes a payment on a file ...
2
votes
5answers
474 views

Removing Controller name from URL in CodeIgniter

Currently in my CI project I have a single controller that handles all things account. Such-as register, login, activation, etc. My routes work as such... domain.com/account/login/ or ...
2
votes
1answer
305 views

Route CakePHP Plugin from /users/users/index to /users/index

I have just dropped the CakeDC Users plugin into my CakePHP App, the only issue is that all the pages that use the plugin are accessed through /users/users/action, which looks rubbish with 'users' in ...
2
votes
0answers
188 views

Use a IRouteConstraint or ActionFilterAttribute when validating session data against route data

I've been implementing a RouteConstraint recently whos responsibility is to Match a custom route value against some model data that is in the session. What I've found is that the session is null for ...
2
votes
1answer
232 views

Java Restlets - Match arbitrarily long URI path parameter

Using Restlets you can route URIs using a system based on the URI template specification. I want to be able to route URIs which match the following pattern ...
2
votes
2answers
1k views

ASP.NET MVC regex route constraint

I'm having trouble with a specific constraint I'm trying to set up on a route. My URL must look like this one: http://hostname/id-my-title-can-be-that-long where id is composed with digit only and the ...
2
votes
2answers
275 views

Google Maps and a lot of path points (long polyline)

I try to integrate Google's static Maps service in my C# application. It should plot a custom route on a map. For example: ...
2
votes
2answers
378 views

Route Map in iPhone

Does iPhone sdk supports route between two places on Map? I have searched many times. But not able to find any reference. Even on apple iphone development forums, there is no such thing available. I ...
2
votes
3answers
1k views

Accessing rails routes in javascript

Can anyone explain how i can access the rails routes/names routes in javascript ? The following are some of the things i tried http://github.com/jsierles/js_named_routes. but no luck.
2
votes
1answer
741 views

Can a WCF ServiceRoute Route Prefix contain a path value?

Currently I use this: RouteTable.Routes.Add(new ServiceRoute("API", new WebServiceHostFactory(),typeof(MySite.Web.MyServiceV1))); To make this url point to the MyServiceV1.SVC MySite.com/API I ...
2
votes
7answers
1k views

CodeIgniter Route Problem with Regex

Hey guys, I have got a little problem using the CodeIgniter route function. I use the URI_Language_Identifier extension and I want to reroute all the requests for "lang/login" (e.g. en/login or ...
2
votes
1answer
719 views

Allow param containing slashes in Zend_Controller_Router_Route_Regex

This is my code: $route = new Zend_Controller_Router_Route_Regex('download/([^/]+)(/([^/]+))?/(\d+)/(\d+)', array('controller' => 'download', ...
2
votes
1answer
161 views

Delete URL for nested associations

I'm having the following many to many relationship in Rails (ActiveResource, of course): class User < ... has_many :channel_assignments has_many :channels, :through => :channel_assignments ...
2
votes
2answers
3k views

renaming routes (map, link_to, to_param) in rails

I'm having a little issue...I setup a rails application that is to serve a german website. To make use of Rails' internal pluralization features, I kept all my models in english (e.g. the model ...
1
vote
0answers
19 views

ASP.NET 4 WebForms Routing - Get Physical Page handling the request

Let's assume you have the following PageRoute routes.MapPageRoute("support", "support", "~/Support.aspx"); Is is possible by the following url: http://www.domain.com/support to understand which is ...
1
vote
0answers
31 views

Ruby/Amazon Route 53 Ruby gem syntax and usage

I wondered if anyone can help me, I am fairly new at ruby, and have got a bit stuck when trying to write a script utilising the Amazon Web Service Route53 gem. When using the example script to create ...

1 2 3 4 5 6