Allow admin users to change global app settings like app name, contact email.
With this gem you store settings in the database, and have a UI to change settings.
This way, developers do not have to change code and re-deploy the app when configurations change.
It's amazing that you can use Setting before Rails is initialized. Meaning, you can maybe even let admins edit API keys!
- [Gem rails-settings-cached](https://github.com/huacnlee/rails-settings-cached]
- My branch
- PR implemeting the gem in an app
0:00 different approaches to app settings
1:57 install gem rails-settings-cached
4:30 Admin UI
0