This post originated from an RSS feed registered with Web Buzz
by Matthias Georgi.
Original Post: DRY Up Your Url Helpers
Feed Title: Matthias Georgi
Feed URL: http://feeds.feedburner.com/matthias-georgi?format=xml
Feed Description: Webdev, Gamedev and Interaction Design.
This tutorial shows you how to simplify url generation in combination
with _RESTful_ resources by extending the `url_for` helper. This approach
will also work with nested routes and other helpers like `form_tag` and
`link_to`.