RailsConfig v1.3.0 Release Notes

Release Date: 2016-12-20 // over 7 years ago
    • โš  WARNING: Overwrite arrays found in previously loaded settings file (#137 thanks to @Fryguy and @dtaniwaki) - this is a change breaking previous behaviour. If you want to keep Config to work as before, which is merging arrays found in following loaded settings file, please add config.overwrite_arrays = false to your Config initializer
    • ๐Ÿ”„ Changed default ENV variables loading settings to downcase variable names and parse values
    • โž• Added parsing ENV variables values to Float type
    • ๐Ÿ”„ Change method definition order in Rails integration module to prevent undefined method preload error (based on @YaroSpace suggestion in #111)