Thanks for your gem, it helps us a lot!
In our projects we use this gem to decompose some attributes, non necessary to be protected, outside of Rails credentials.
This helps our flow of PR reviews to be simpler and helps reads.
One of our usage has shown that it can be a duality with Rails.application.credentials values access with some sort of Rails.application.settings value access.
To be fair is not so different from use the class defined by Config.const_name directly but I think it can be also useful to have at the Rails application level
Thanks for your gem, it helps us a lot!
In our projects we use this gem to decompose some attributes, non necessary to be protected, outside of Rails credentials.
This helps our flow of PR reviews to be simpler and helps reads.
One of our usage has shown that it can be a duality with
Rails.application.credentialsvalues access with some sort ofRails.application.settingsvalue access.To be fair is not so different from use the class defined by
Config.const_namedirectly but I think it can be also useful to have at the Rails application level