Working with Resourceful Routes in Ruby on Rails

from blog Write Software, Well, | ↗ original
The concept of resourceful routing took me a long time to understand, but once it clicked, it changed how I viewed web applications. This post covers the basics: what a resource is, the routes it generates and how resourceful routing provides a nice organizational structure your Rails applications.