Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Marshal in cache_store #5017

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

segiddins
Copy link
Member

Move from :json_allow_marshal to :json

Fixes TOB-RGM-3

Copy link

codecov bot commented Sep 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.03%. Comparing base (4ae91b5) to head (388743e).
Report is 7 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5017   +/-   ##
=======================================
  Coverage   97.03%   97.03%           
=======================================
  Files         421      421           
  Lines        8776     8776           
=======================================
  Hits         8516     8516           
  Misses        260      260           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Move from :json_allow_marshal to :json

Fixes TOB-RGM-3
@@ -25,7 +25,7 @@
config.action_controller.enable_fragment_cache_logging = true

config.cache_store = :mem_cache_store,
{ compress: true, compression_min_size: 524_288 }
{ compress: true, compression_min_size: 524_288, serializer: :json }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@simi simi force-pushed the segiddins/disable-marshal-in-cache_store branch from b29d3f1 to 388743e Compare September 30, 2024 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants