On 7/31/07, Chris Wanstrath <[EMAIL PROTECTED]> wrote: > > > Now we get /users/chris and /users/chris/edit as expected. Works > great. But what about our 'Popular Members' page? /users/popular? > Major namespace clash, now and in the future (when we add new > features).
What about reverting to using the semicolon when the resource in question has an explicit to_param method? It's very easy to check whether the method has been defined and this shouldn't cause any url breakage. I'm about to face this situation myself and I'd really like to fine a clean solution. ::Jack Danger --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
