I need to store app specific configuration in rails. But it has to be:
I have used Rails Settings Cached.
It is very simple to use, keeps your configuration values cached and allows you to change them dynamically.