When thinking about Ruby on Rails, routing is a huge chunk of what needs to be mastered. In this blog post, we’ll be looking at routes.rb, RESTful routing, and custom routes. The basics: When a user navigates somewhere using the browser, the application will look inside of the routing. If…