GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Pretty url support for Ruby on Rails applications

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, 5 months ago
Versions: