Routing

Overriding Named Route Parameters in Rails

Mar 2, 2015

Rails will use :id as the default parameter in resourceful routes.

Read More →

Populating form values through a link in Rails

Dec 11, 2012

Today I was asked to help with creating a link on a website that should take the user to a different page where a form should be filled out based on paramaters supplied through the link URL.

Read More →

Keeping your routes RESTful

Feb 1, 2012

A while ago I blogged about RESTful routing in Rails. While Rails does help us in getting started with RESTful routing, it’s still very easy to lose your way and make a real mess of your routes.

Read More →

RESTful Routing in Rails 3

Jan 9, 2012

This post deals with generating RESTful routes in Rails 3. If you want to look at the basics of routing (which also helps in understanding RESTful routes), take a look at Routing in Rails 3.

Read More →

Routing in Rails 3

Jan 5, 2012

This post deals with the basics of routing in Rails 3. If you want to look at the more advanced RESTful routing, take a look at RESTful Routing in Rails 3.

Read More →