igrigorik / vimgolf

Real Vim ninjas count every keystroke - do you?
http://www.vimgolf.com/
MIT License
672 stars 65 forks source link

Switch from deprecated dalli_store to official mem_cache_store. #363

Closed filbranden closed 2 years ago

filbranden commented 2 years ago

As recommended in dalli_store deprecation note, which gets logged on the warning log on server or rspec tests:

DEPRECATION: :dalli_store will be removed in Dalli 3.0.
Please use Rails' official :mem_cache_store instead.
https://guides.rubyonrails.org/caching_with_rails.html

Tested: locally and pushed to staging.

codecov-commenter commented 2 years ago

Codecov Report

Merging #363 (be638dc) into master (3141b7e) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #363   +/-   ##
=======================================
  Coverage   92.89%   92.89%           
=======================================
  Files          27       27           
  Lines         802      802           
=======================================
  Hits          745      745           
  Misses         57       57           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.