Tagged Questions

0
votes
1answer
17 views

How do i use a standard Query String + a Rewriter Route in Zend Framework

I have ZF app that is utilizing a legacy Javascript at for some functionality. In order for this app to work i need to pass it a standard query string. So how can i use a standard Zend Route with a …
1
vote
1answer
31 views

Rails routing is being wonky with IE

Wanting to play with jQuery, Orbited, and FasterCSV, I made a Rails chat application. You can browse to a URL and there is a chat window that is similar to IRC. You can also export the contents of …
0
votes
2answers
54 views

How do you pass a POST method in a url manually?

I need to give an external payment site a return url to my site after a customer pays. It will be to my create action in a RESTful subscription controller. Ive tried giving the payment site this …
0
votes
1answer
19 views

Howto enable passing full file names in the PATH_INFO part of the URL

Because of issues with the Content-Disposition header (character encoding, cross-browser support) I decided to give another way to dynamically serve files a try. Namely, I redirect the request to …
0
votes
1answer
35 views

How Can I Stop ASP.Net MVC Html.ActionLink From Using Existing Route Values?

The website I'm working on has some fairly complicated routing structures and we're experiencing some difficulties working with the routing engine to build URLs the way we need them to be built. We …
0
votes
2answers
21 views

Ruby on Rails passing of parameters between views from link_to tag instead of submit_tags (having both on page)

Hi, I'm creating in my index page of my ruby on rails program, a list of the most commonly searched for terms in my database and hence each time a user selects a specific category this is written to …
0
votes
1answer
23 views

Shallow nested Rails routing with :as

I want: Every projectpart to belong to a project. Every solution to belong to a projectart (and to a project through that projectpart). Every image to belong to a solution (and to a project and a …
2
votes
1answer
11 views

How to create a RouteValueDictionary given a virtual path

Hello I would like to know if there is a method that, given a virtual path, will return a collection of parameter names and values for a route that matches the path. I need this to get the parameters …
0
votes
0answers
10 views

Given an ASP.net path, is there a (standard) way to resolve it to an IHttpHandler?

I have used the ASP.net MVC Routing classes to provide REST-like URLs in a legacy ASP.net Web Application. Currently, the application has both these REST-like URLs, and file URLs (those ending in …
0
votes
2answers
20 views

Help solving a routing error in Rails

I have a controller called form_questions_answers with a method in it called modify_rule but when I perform a post to /form_questions_answers/modify_rule/60 Rails tells me: Routing Error No route …
0
votes
1answer
42 views

Why is my site uniquely sensitive to certain internet configurations? [closed]

Moved to Server Fault: Why is my site uniquely sensitive to certain internet configurations? I run a website, www.seatgeek.com. Today, while visiting my parent's house, I noticed I couldn't access …
1
vote
0answers
21 views

Zend Framework: How to disable default routing?

Hi All, I've spent many hours trying to get this to work. And I'm getting quite desperate. Would be great if someone out there could help me out :) Currently using Zend Framework 1.9.5, though I …
3
votes
1answer
73 views

Adding a prefix to every URL in CakePHP

What's the cleanest way to add a prefix to every URL in CakePHP, like a language parameter? http://example.com/en/controller/action http://example.com/ru/admin/controller/action It needs to work …
1
vote
2answers
74 views

Changing Index Page - Ruby on Rails

I am new to rails so go easy. I have developed my blog and deployed it successfully. The entire app is based out of the post_controller. I am wondering how I can reroute the users path to default to …
1
vote
1answer
29 views

Zend_Controller_Router_Route Chaining Problem with more than 3 url parameters

I can't seem to figure out what's going wrong, but I'm attempting to setup module routing based on sub domain. Otherwise the routing is standard. The following works until I add more than 3 parameters …

1 2 3 4 5 32 next
15 30 50 per page