search for: distribution_channel

Displaying 4 results from an estimated 4 matches for "distribution_channel".

2006 May 18
6
Routes and Testing Routes
...ed that routes must work differently than I thought. If someone could possibly point me in the right direction, I would really appreciate it....I will try to explain my understanding of how routes work. Here is my route: [code] map.download ''latform_filter/:software/:version/latform/:distribution_channel/:id'', :controller => ''user/version'', latform_filter => /all/, latform => /windows/linux/, :distribution_channel => /download/, :action => ''download'', :id => /\d+/ [/code] Ok, so the following url will map to thi...
2006 May 18
2
Help with Routes
...hat routes must work differently than I thought. I will try to explain my understanding of how routes work. Via this process, it would be great if someone could point out where I''ve gone wrong. Here is my route: [code] map.download ''latform_filter/:software/:version/latform/:distribution_channel/:id'', :controller => ''user/version'', latform_filter => /all/, latform => /windows/linux/, :distribution_channel => /download/, :action => ''download'', :id => /\d+/ [/code] Ok, so the following url will map to thi...
2006 May 17
0
Strang Behavior when testing Routes
I have the following route: [code] map.connect '':platform_filter/:software/:version/:platform/:distribution_channel/:id'', :controller => ''user/version'', :platform_filter => /all/, :platform => /windows|macintosh|unix|linux/, :distribution_channel => /Download|download/, :action => ''download'', :id => /\d+/ [/code] Here is my...
2006 Jun 08
8
Routing help.... it is so difficult!
hi guys, sorry to trouble you all but i really dont understand how this routing thing work... it seems easy but it just dont work for me! here''s the situation : my url b4 : http://127.0.0.1:3001/admin/login my url after: http://127.0.0.1:3001/burninglegion/admin/login i wanna do something like this so i went to the routes.rb and type this: ActionController::Routing::Routes.draw do