-
Rails 4 support? Has anything changed there?
-
Technically ActionDispatch::Cookie is just middleware, I wonder if we replace it entirely to do our work in subclasses.
-
We'd have to get
config.deprecated_secret_tokeninto the env if we wrote our own middleware.Rails::Application#env_configcould be the answer?
This repository was archived by the owner on May 4, 2020. It is now read-only.