Skip to content

Releases: rubyconfig/config

1.2.0

20 Dec 00:38

Choose a tag to compare

  • Add ability to load settings from ENV variables (#108 thanks @vinceve and @spalladino)
  • Removed Rails 5 deprecation warnings for prepend_before_filter (#141)

1.1.1

20 Dec 00:37

Choose a tag to compare

  • Downgrade minimum ruby version to 2.0.0 (#136)

1.1.0

20 Dec 00:36

Choose a tag to compare

  • Add ability to specify knockout_prefix option for deep_merge
  • Minor code and documentation refactoring and cleanup

1.0.0

20 Dec 00:35

Choose a tag to compare

  • RailsConfig is now officially renamed to Config
  • Fixed array descent when converting to hash (#89)
  • Catch OpenStruct reserved keywords (#95 thanks @dudo)
  • Allows loading before app configuration process (#107 thanks @Antiarchitect)
  • deep_merge is now properly managed via gemspec (#110)
  • Added prepend_source! (#102)

0.99.0

20 Dec 00:34

Choose a tag to compare

  • Released deprecated gem migrating to the new name

0.5.0.beta1

20 Dec 00:22

Choose a tag to compare

  • Ability to use in Settings file keywords reserved for OpenStruct: select, collect (#95)
  • Made config work without Rails as a hard dependency (#86, #88)
  • Fix generate error when .gitignore is missing (#85)
  • Fix deprecation warning on File.exists? (#81)
  • Add a shortcut method for setting files (#67)
  • Improve YAMLSource load error message by outputting offending file path (#88)

0.4.2

20 Dec 00:28

Choose a tag to compare

  • Ability to specify the app name when calling the Heroku rake task (#75)

0.4.1

20 Dec 00:19

Choose a tag to compare

  • Fixed compatibility with Rails 4.1 (#72)
  • Testing suite verifies compatibility with Rails 3.2, 4.0 and 4.1

0.3.4

20 May 13:20

Choose a tag to compare

  • Expose Settings in application.rb, so you don't have to duplicate configuration for each environment file (#59)
  • Adding support for Rails 4.1.0.rc (#70)