Rails Config Loaders
Description
The gem is a simple solution if you want to load config files before config/environments
and config/initializers
.
Installation
- Put this into your Gemfile
gem 'rails-config-loaders'
and run bundle install
.
-
Create loaders folder, path is
config/loaders/
. -
Put the config files into loaders folder.
-
Start your rails application.