Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config action dispatch: migrate cookie serializer from
:marshal
to …
…`:json` GitHub: ref rangubaGH-7 In Rails v7, this setting defaults to `:json`. Using `:marshal` as the default value was for backward compatibility with Rails v4.0. We no longer need this default because we have been using the JSON format by overwriting it in `config/initializers/cookies_serializer.rb`. In Ranguba, this change has no effect since we don't use cookies. ref: rails/rails#42538 ref: https://guides.rubyonrails.org/configuring.html#config-action-dispatch-cookies-serializer
- Loading branch information