Plugins - magic_routing
Add to favoritesMagicRouting allows for the creation of more meaningful URLs than you get out-of-the-box with Rails. Even when you override to_param for an ActiveRecord model, you still get ID-junk that doesn't make sense to end users (e.g., person/123-foo-smith).
With this plugin, any path segment in a route that corresponds to an attribute on an ActiveRecord model object will be automatically retrieved from that object for the generated URL.
http://www.culann.com/2007/05/introducing
http://svn.mypulllist.com/svn/ext/magic_routing
Rails' (MIT)
Controllers
