In this article, I examine the rails routing system, including its basic syntax, standard CRUD routes, nested resources, member and collection routes, namespaced and scoped routes, and other advanced patterns. I often see beginners not taking full advantage of the powerful routing engine provided by Ruby on Rails. Often they’re…