huacnlee / rails-settings-cached

Global settings for your Rails application.
Other
1.06k stars 202 forks source link

Split single app.yml into separate files under config/settings #139

Closed evgeny-danilov closed 6 years ago

evgeny-danilov commented 6 years ago

I propose to split app.yml into separate files because sometimes it can be very huge, if you have hundreds of keys your app.yml will become a total mess, anyway scope dividing it's a good practice like dotenv etc. Based on this discussion: https://github.com/huacnlee/rails-settings-cached/pull/132