configurable_engine
configurable_engine copied to clipboard
A Rails gem for storing app configuration data in your database, with a config file to fall back on.
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.10 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.3.0 to 1.4.3. Release notes Sourced from rails-html-sanitizer's releases. 1.4.3 / 2022-06-09 Address a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer. Prevent the combination of select...
We are trying to update from an old version 0.4.8 to the newest for an older application. It seems the serializer has changed, now for example boolean values are stored...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...
Got this issue `/home/rof/cache/bundler/ruby/2.6.0/gems/configurable_engine-0.5.0/app/models/configurable.rb:84: warning: BigDecimal.new is deprecated; use BigDecimal() method instead.`
Hi, I'd like to propose adding validation field in configurable.yml. The benefit of doing this is to avoid run time errors due to invalid configuration value. I'm thinking this can...
Just add I18n translation for title, save button and save notice
This is my second week of RoR development so not sure on the best way to add tests for this but it got it working for me.
It might be nice to run configurable.yml through ERB prior to loading.