I'm new at rails and I'm at the point where I am shipping code to Amazon Web Services. I'd like to know, what is the best way to hide or encrypt keys (for example, for Mandrill) so all the features of your app can work online but you are not exposing any of your private keys?
So far, in development, I have my keys saved in my bash profile and working fine locally.
Thanks a lot for the advice!