search for: latform_filter

Displaying 2 results from an estimated 2 matches for "latform_filter".

Did you mean: platform_filter
2006 May 18
2
Help with Routes
...my tests to pass. I have thus concluded that 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+/...
2006 May 18
6
Routes and Testing Routes
...y of my tests to pass. I have thus concluded 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+/...