New to Rails. Doubt in Big URL Routing

Posted by Gautam on Stack Overflow See other posts from Stack Overflow or by Gautam
Published on 2010-05-31T18:29:29Z Indexed on 2010/05/31 18:33 UTC
Read the original article Hit count: 352

Hi, I have just started learning ruby on rails. I have a doubt wrt routing.

Default Routing in Rails is :controller/:action/:id

It works really fine for the example lets say example.com/publisher/author/book_name

Could you tell me how do you work with something very big like this site

http://www.telegraph.co.uk/sport/football/leagues/premierleague/chelsea/

Could you let me understand about the various controllers, actions, ids for the above mentioned url and how to code controller, models so as to achieve this.

Could you suggest me some good tutorials when dealing with this big urls.

Looking forward for your help

Thanks in advance

Gautam

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby