2
votes
2answers
16 views

Mvc: Same ActionResult with different name depending url

I would like to know what's the best way to achieve this. I have an ActionResult in my controller, actually it has news name, now I need to internationlize my website and I can't have the same news ...
0
votes
0answers
24 views

Webapp2 strict_slash returns KeyError: 'Missing Argument' for url with trailing slash when method has 2 or more args… Bug?

I've built my urls as such: #url = /index/test/argument/second # Maps to the Index handler's test method and passes in the optional arguments 'argument' and 'second' # So the handler function looks ...
1
vote
1answer
30 views

How to route url - Ruby

I'm creating a new webpage were my users can have profile pages, and I can't seem to find the way to make a url like this: webpage.com/profile/username To go to my profile_controller action index ...
0
votes
1answer
45 views

$_POST with klein.php router: How to pass $_POST to a view?

Fishing in uncharted waters, I gave klein.php routing a spin and can't for the life of me find out how to pass a $_POST from a html form to another view. Example: index.php <?php //START ROUTING ...
0
votes
1answer
38 views

Optimal way of handling static page routes

I have a rails app where I'd like to introduce some static pages. Since my app has both a "public" face and a comprehensive admin backend, I have decided to move my controllers into corresponding ...
0
votes
0answers
24 views

ToroPHP - basePath & trailing slash

I am just testing out the ToroPHP routing system, and I like the simplicity of the service, but wondering about couple of things, and hopefully someone can help me out. This is my CODE: ...
1
vote
0answers
59 views

Web API Lowercase Route

Hy there, I need to enforce Lowercase routes in my Web API project. If it was an MVC project i would use something like routes.LowercaseUrls = true; But in Web API that property does not exists. ...
-2
votes
1answer
119 views

Silex routing isn't working

I'm working on a Silex project and I am having trouble with routes. This works: $app->get('/', function () use ($app) { return $app['twig']->render('index.html', array()); }) ...
1
vote
2answers
51 views

How to keep URL routing DRY

I want to have the option to have a route for UserName (which can change) and one for UserId. This way the user can gain the benefit of an easy to remember URL Users/{UserName} along with one that ...
0
votes
1answer
35 views

Totally change url for action

I have the following in my routes: resource :login, only: [:new, :create, :destroy] resources :users, only: [:new, :create] do resources :notes end but I would like to have url ...
1
vote
1answer
81 views

Using high voltage with nested directories

I have a rails 3.2 application in which I am using the gem High Voltage for my public pages. It seems to work fine, however, I would like to be able to put some subdirectories in my pages folder. For ...
9
votes
3answers
400 views

Including of files does not work as it should - url routing

My redirect process is showing some crazy stuff. The first part of the whole loop works just fine (if only the first element is typed in). Possible url's look like: www.site.com/category ...
0
votes
1answer
754 views

Routing URLs with language in Laravel

i have a web and a I want to add a localization. Currently my routes.php looks like Route::controller('browse'); Route::controller('search'); Route::controller('support'); ...
0
votes
1answer
137 views

NancyFX Routes - multiple variable parameters

I have a list of urls which I have to use to render content to the browser. I want to be able to dynamically deal with the request using nancyfx the format of the urls are ...
0
votes
0answers
68 views

How to update Backbone urls to get new data while keeping the same parameters

The Problem I have a collection that requests tasks from my api with its url set to /api/tasks/. I want to be able to get different tasks depending on the date and the context (work, home, ect.). ...
0
votes
2answers
296 views

Rails 3 seo friendly urls without controller name

I have an existing website which I am attempting to port over to rails (3.2.7) and need to maintain the current urls. Current website has urls like this: http://example.com/Joe ...
4
votes
1answer
510 views

yii: internationalization (i18n) and dynamic url manager

I would like to know a better way to implement "internationalization (i18n)" and "dynamic URL management" in Yii framework. A (difficult to maintain) temporary solution: // protected/config/main.php ...
2
votes
2answers
181 views

Does play framework support Nested routes like rails?

Rails make It possible to map resources that are logically children of other resources In the URL for example /magazines/:magazine_id/ads/:id show display a specific ad belonging to a specific ...
2
votes
1answer
80 views

Can I specify names for the elements of params hash in rails project (like ':name' instead of ':id' )?

My routes.rb: Temp::Application.routes.draw do resources :categories, path: '', only: [:index] do resources :entries, path: '', only: [:index, :show] end end This results in the following ...
0
votes
1answer
210 views

Backbone Router… how to deal with url

I have an application which main files look like these (1), (2), (3). The Backbone.Router works fine in this case (because it triggers #page): http://localhost/index.php#page How should I ...
1
vote
2answers
325 views

How to make URL routing like “web.com/user-name”

I have a basic app in Rails 3.2 - two main controllers: users and articles. The basic routing is like web.com/users/john and web.com/articles/articles-name. With the match rule I can make the URLs ...
1
vote
0answers
131 views

ASP .NET MVC 3 routes to implement a “coming soon” page functionality, hiding certain areas and controllers

The page I am no implementing is in a "coming soon" stage. Some elements are not available yet, except for the informative part. I need to make navigation to a 'ClientPanel' area and the Account ...
0
votes
1answer
154 views

rails 3 route path building issue

I have such route: scope ':property', :constraints => { :property => /inv|um|tm|pp/ } do resources :user_templates do member do get 'download/:idcreated', :action ...
1
vote
1answer
1k views

CodeIgniter routing not working

I am having problems with my routing. My default controller (mysite.com) will work, but if I try anything else (e.g. mysite.com/dashboard), it goes to a server based 404, not a CodeIgniter one. It's ...
1
vote
1answer
437 views

Dynamic routing in flask & order of operations when processing routes

With flask I'm hoping to do something like mydomain.com/groupname Where the groupname could be anything and will be the variable used to search a database. Problem is, I will also need this URL ...
6
votes
1answer
364 views

Backbone route to /

I have a Backbone Router: class X.Routers.Main extends Backbone.Router routes: '/': 'home' 'pageb': 'actionb' 'pagec': 'actionc' Pages B and C work, but navigating to ...
1
vote
1answer
210 views

Route random strings to a specific controller in CodeIgniter?

I am trying to create short links to my application in codeigniter but I've met a kind of a problem when designing my route. The problem is that I want a route which will take a string containing a-Z ...
0
votes
2answers
514 views

Codeigniter Routing Unlimited Paramaters

I currently have this in my CodeIgniter routes file. It maps anything with a URI api/controller/function to controller/api_function. $route['api/(:any)/(:any)/(:any)/(:any)/(:any)/(:any)'] = ...
2
votes
2answers
940 views

How to Use Rails 3 Routes with Dynamic Segments

In my Rails 3.2 application, there is an Exercise model with attributes muscle_group and grade_level. I've defined the following route with dynamic segments for it in config/routes.rb: # ...
1
vote
3answers
99 views

Rails 3 - how to set up the routes for example.com/whatever-i-need

I have a little database with a movies that I saw. Now when I want to display a detail of a movie, so the profile of wanted movie is on the address example.com/movies/21. But I would like to have a ...
0
votes
1answer
85 views

asp.net mvc 3, need help to map the route

here's the URL I want to map, http://localhost/tool/votetool/123/up routes.MapRoute( "", // Route name "{controller}/{action}/{toolId}/{vote}", // URL with parameters ...
4
votes
1answer
594 views

rails routing nested resources

I have next resources resources :countries do resources :cities end resources :cities do resources :streets end it generates next routes GET ...
2
votes
1answer
340 views

Rails nested resources and :path => “/”

I have the following routes, which allows for urls like /:username/:project_name resources :users, :path => "/" do resources :projects, :path => "/" end The problem is that /:username/edit ...
0
votes
1answer
223 views

Pagination in Rails 3 with Kaminari always “destroys” one part of the URL

I'm using a Rails 3 App with Kaminari for Pagination. Because of my language, SEO and friendly URLs I want to change my URLs looks like. But it seems I have to decide between friendly pagination links ...
0
votes
1answer
76 views

Django routes - check route from DB

Morning, With my django website, I want to make the urls as short as possible. So instead of, /user/john /user/ronald I just want it like /john and /ronald So in my routes I have it configured ...
0
votes
1answer
87 views

How to set up partially nested resourceful routes?

On my Rails site, users post Listings of items they want to sell. Other users can browse these listings and click a link to contact the seller, which should create a MessageThread: # MessageThread ...
2
votes
1answer
432 views

How can I custom encode/decode route values?

I have this route: {controller}/{id}/{action} Because I think it makes more sense from RESTful perspective. The problem is that id can contain slashes (/) and those are treated as route separators ...
2
votes
2answers
420 views

CakePhp: Url based internationalization

I've a small problem with my internationalization: I want to have some url looking like this: http://mywebsite/eng/controller/action/params... I found this ...
2
votes
3answers
388 views

CakePHP - Custom Route Controller

Is there anyway for me to create dynamic custom routes? The goal is to allow users to specify any URL they want to route to any controllers/view/ structure. If user want to create something as ...
1
vote
2answers
945 views

configuring rails3 route with multiple parameters

What I have match "/home/markread/:id" => "books#markread" goes to def markread #mark params[:id] as read end What I want What If I want to pass another parameter so that urls looks like ...
0
votes
1answer
144 views

The 'router' - how to make it right?

I want to ask you for best solution for the router. I have some tables in my database (articles, pages, categories etc.) which all has IDs. I want to generate specific URL for each of them, eg. ...
0
votes
1answer
658 views

How to make multiple routing on same controller

What I want to do is like Facebook profile page which is (facebook.com/username) , I'd like to do the same thing www.myapplication/username , is there any routing method ??
0
votes
1answer
84 views

C# - ASP.NET Routes Handling in IIS7

I have a web application working fine in IIS6. Its using routes using System.Web.Routing.RouteCollection. When I try to run it under IIS7.5 with Framework 4, first It gave me errors on ...
9
votes
2answers
766 views

Grails - hide the /index Action using Routes

What it is the correct way to hide the /index action using route in a Grails app? I want to be able redirect to a controller: "profile", action: "index" but have the url look like ...
5
votes
2answers
8k views

Rails Routing (root :to => …)

I know how to set the routes root of my rails app to a controller and an action. But how to add an id? /pages/show/1 should be the root. How do I set this?
0
votes
1answer
91 views

Better way to route this?

I have a routing issue. my routes currently look like this: http://localhost:3000/events?category=popular&city=london&country=united-kingdom Currently its just looking at resources ...
0
votes
0answers
156 views

Define multiple routes in asp.net mvc with varied combos

I am creating the APIs in asp.net mvc for our application fabric. after reading through some api designing tips, i came up with my first draft which looks ok for now. Now my question is how to map ...
0
votes
1answer
381 views

Rails-3 routing issue

I have an UploadsController and UsersController where Users' has_many :uploads' via polymorphic attachment in uploads.rb. Now when i navigate to http://localhost:3000/users/1/uploads I get re-routed ...
1
vote
2answers
133 views

Rails nested rources and routes and how to set them up in route.rb

I think I have a handle on nested routes (great url helpers, and access and much more) and nested resources in forms with accepts_nested_attributes_for but what do I use in routes as I see both: ...
6
votes
2answers
2k views

rails routing aliases

I have a model called Spaces which has different types of places... such as Bars, Restaurants, etc. It has the same columns, same, model, controller, etc. no fancy STI, I just have one field called ...

1 2