Just had a newbie question regarding http_basic_authenticate_with. If I'm placing in my controller something simplistic as,
http_basic_authenticate_with :name => "user", :password => "secret"
how can I make sure that the password is secured. I just want to be able to place an app in production/publish it and have the entire app password protected in a secure manner.
Thanks for any advice.