Ruby on Rails and its routing capabilities make creating new resources and URL structures a breeze. This guide is a walk-through of some use cases for routing with the framework.

Why routing?

A strength of any web application framework is to lift a lot of the load for you. Assuming there are conventions to uphold can save teams loads of time when adding and shipping new features.

Rather than craft URL schemes and invoke ways to pass in property ids you can leverage the internals of the framework to get the job done in a few lines of code or less.

👀 Read the full guide: https://web-crunch.com/posts/ruby-on-rails-routing

#ruby-on-rails #ruby

Ruby on Rails Routing - Part 1
3.70 GEEK