I added slugs to some of the models, but because of SEO I need to do 301 redirection from old links: old:
http://host.com/foo/1
new:
http://host.com/foo/foo_slug
question: how to implement 301 redirection in this case? and is it possible to implement 301 redirection from uppercased link? Like this:
http://host.com/foo/FOO_SLUG -> http://host.com/foo/foo_slug