I recently changed some URLs in my Rails app and am curious if I'm better off using routes + controllers + redirect_to to forward the old URLs, or just use .htaccess with Apache's mod_rewrite?
I'm using Apache + Passenger so htaccess files work, but was curious if there was a standard for this sort of thing.
FWIW, the URLs were changed from this: http://example.com/user/joeschmoe
to this: http://example.com/joeschmoe