huacnlee / rails-settings-cached

Global settings for your Rails application.
Other
1.06k stars 202 forks source link

2.0 New setting design #158

Closed huacnlee closed 5 years ago

huacnlee commented 5 years ago

🚨 BREAK CHANGES WARNING: rails-settings-cached 2.x has redesign the API, the new version will compatible with the stored setting values by older version. But you must read the README.md again, and follow guides to change your Setting model.

codecov[bot] commented 5 years ago

Codecov Report

Merging #158 into master will decrease coverage by 51.69%. The diff coverage is 37.5%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #158      +/-   ##
=========================================
- Coverage   89.19%   37.5%   -51.7%     
=========================================
  Files          11       1      -10     
  Lines         361       8     -353     
=========================================
- Hits          322       3     -319     
+ Misses         39       5      -34
Impacted Files Coverage Δ
test/models/setting.rb 37.5% <37.5%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e842f7b...0cfce02. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #158 into master will increase coverage by 10.8%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #158      +/-   ##
========================================
+ Coverage   89.19%   100%   +10.8%     
========================================
  Files          11      1      -10     
  Lines         361      8     -353     
========================================
- Hits          322      8     -314     
+ Misses         39      0      -39
Impacted Files Coverage Δ
test/models/setting.rb 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e842f7b...346ca38. Read the comment docs.