Extracting Configuration in Ruby Application
Hi! Today I’m going to present you a little gem that I extracted after solving the same problem over and over again in Rails. But it can also be used in any Ruby application.
The gem is called app_configuration…
Learn more here
Comments
Try using
config_forfrom Rails and theforemangem to load ENV variables, instead.Post a comment