Tagged Questions
The nested-urls tag has no wiki summary.
1
vote
3answers
300 views
MVC:RESTful routing with nested urls, when entities are not really nested
I 'm really having a hard time with the RESTful paradigm + nested urls. I have asked a question that lead me to where I am right now here. My Domain is roughly this: there are schools, courses of a ...
1
vote
3answers
915 views
Nested Routes and Parameters for Rails URLs (Best Practice)
I have a decent understanding of RESTful urls and all the theory behind not nesting urls, but I'm still not quite sure how this looks in an enterprise application, like something like Amazon, ...