Tagged Questions

2
votes
1answer
49 views

Delete URL for nested associations

Hi guys, I'm having the following many to many relationship in Rails (ActiveResource, of course): class User < ... has_many :channel_assignments has_many :channels, :through => …
2
votes
2answers
510 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: …
2
votes
2answers
984 views

renaming routes (map, link_to, to_param) in rails

Hey there, 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 …
2
votes
3answers
326 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 …
1
vote
3answers
60 views

MVC Route Question

Hi, I am trying to map an action with no controller to a specific action, However, I do not want to show the controller in the URL. I have partially achived this using the mapping shown below: …
1
vote
2answers
183 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 …
1
vote
1answer
77 views

ASP.NET MVC class that represents a controller+action set?

Is there a class in the ASP.NET MVC framework that represents a controller name and an action name? I'm writing a method that will return a collection of URLs and I want them to be returned as …
0
votes
1answer
16 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', …
0
votes
0answers
17 views

The internals of route-me? I need to add my own tile source

Hi there, (route-me is an iPhone map library, http://code.google.com/p/route-me/ ) I have a map app based on web and it works fine now. Recently I need to make an iPhone client for my map. But here …
0
votes
3answers
23 views

How rails issue put method on update ?

On edit.html.erb file, scaffold created, I don't see any code specified PUT method. How come the post form call update action with PUT method.
0
votes
2answers
38 views

IIS6 javascript routing issues

Hi all, I currently have the following within my view function loadData() { var url = "/Testx.mvc/GetData"; var id = "111111"; var format = "html"; $.ajax({ url: url, …
0
votes
1answer
47 views

Asp.Net Mvc Route problem

Hello, I have been testing a few options with Route Debugger but no luck. Let me describe what I am trying: I have all routes "translated" as follows (I needed to translate from English to …
0
votes
2answers
56 views

Zend Route Regex - How to…

Hi, I'm trying to create a route that will "cover" this kind of URLs: www.test.com/parent1/parent2/parent3/item www.test.com/parent1/parent2/parent3/parent4/item1 Number of those parents …
0
votes
2answers
183 views

Regex for a-z , hypen (-) and å ä ö in Zend Route Regex

Hi! I want to route url through Zend route regex with Swedish character and here is my regex in xml configuration: ..... ([a-z\-å|ä|ö]+) ..... Still, the route doesn't behave as I expect. It …
0
votes
1answer
67 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 …

1 2 next
15 30 50 per page