This is a work in progress.
Everyday, I learn something about Ruby on Rails and publish a post. My goal is to publish 365 posts this year.
Routing
- Introduction to the Routing System in Rails (link)
- A Brief Overview of the Rails Routing Config File (link)
- Rails Router: Dynamic Segments and Query Strings (link)
- How to Redirect Incoming HTTP Requests Using Rails Router (link)
- How to Point a Rails Route to a Rack Application (link)
- How to Add a root Route in Rails (link)
- Understanding Named Routes in Rails (link)
- How to Override Named Route Parameter ID in Rails (link)
- Custom URL Helpers with Direct Routes in Rails (link)
- Understanding Resourceful Routes in Rails (link)
- Working with Nested Resources in Rails (link)
- Understanding Shallow Nested Routes in Rails (link)
- Routing Concerns in Rails (link)
- Define Custom Routes Using the Member and Collection Blocks in Rails (link)
- Map a Resourceful Route to Another Controller (link)