Plugins - acts_as_sluggable
Add to favoritesAdds slugs to your URLs based on an existing field in any model.
So,
/blog/show/12
becomes
/blog/show/12-wtf-check-this-out-lol
http://tore.darell.no/pages/acts_as_sluggable
http://nimrod.interinter.net/plugins/trunk/acts_as_sluggable/
Rails' (MIT)
Model
Tags
ae
ass
awe
britney
dsfsdgd
fa
fhhhhhhhhhhhhhhh
h
id
mtv
name
q
qwe
r
rds
rq
rqwer
rtw
rwe
ry
sd
sf
sg
slug
slugs
spears
tube
url
wdgf
we
wetube
you
youtube

Bilal: There's nothing wrong with non-ASCII characters in the URL, the browser will punycode them.
Anyway, this plugin is pretty useless now.. Just define to_param to do what you want.
What does actsas_sluggable give you over modifying the toparam method in ActiveRecord::Base?
acts_as_sluggable is missing some important points like it allows some characters to be a part of the url slug which are not url friendly like subscripts etc. have any one else got such experience?