public
Description: Pretty url support for Ruby on Rails applications
Home | Edit | New

Home

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.
Last edited by chriseppstein, Thu Jun 19 15:05:04 -0700 2008
Home | Edit | New
Versions: