Heinz Strunk wrote: > Thanks for the advice. Thought of it as well but isn't there an > unwritten rule of not nesting routes too deep and stuff like that?
> map.connect ':controller/:action/:id/:at/:t/:tt' > > http://localhost:3000/actions/980190963/add_date/2010-02-23 > http://localhost:3000/actions/new/678542324/851829735 This is not nesting routes. It's just mapping a URL with with some parameters. If you have not read this guide I'd suggest doing so. If you have then I'd suggest re-reading it: http://guides.rubyonrails.org/routing.html -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en.

