Skip to content
chriseppstein edited this page Sep 12, 2010 · 4 revisions

This plugin enables treating any property or method on an active record instance as input for generating a unique name for use in URLs.

It also provides:

  • automatic munging to “url safe strings”. E.g. "My Instance Name" becomes "my-instance-name".
  • uniqueness across your model in the case where two instances would have the same URL name.
  • tracking of old names for use in redirection handling.

See also:

  • Default Routing – You’ve already got pretty url names, This plugin enables nested routes that don’t clutter your URLs with controller names.
Clone this wiki locally