RailsConfig v1.6.0 Release Notes

Release Date: 2017-11-03 // over 6 years ago
  • 🆕 New features

    • Config#fail_on_missing option (default false) to raise a KeyError exception when accessing a non-existing key
    • ➕ Add ability to test if a value was set for a given key with key? and has_key? (#182)