mampf
mampf copied to clipboard
Upgrade to Rails 7.2
Things to consider
- [ ] Check for Param equality check violations in production log, see this comment
- [ ] New cache format: https://github.com/MaMpf-HD/mampf/issues/554#issuecomment-2045979728 (hopefully already done when closing issue #554, see also this comment). For an explanation, see this comment
- [ ]
coderkeyword as seen here. One such occurrence (among others):
Please pass the coder as a keyword argument:
serialize :quiz_graph, coder: QuizGraph
(called from <class:Medium> at /usr/src/app/app/models/medium.rb:64)
DEPRECATION WARNING: Passing the coder as positional argument is deprecated and will be removed in Rails 7.2.
~~For the sunspot-related deprecation warning~~
DEPRECATION WARNING: BOLD is deprecated! Use MODES[:bold] instead.
~~see this issue. Unfortunately, it seems like sunspot only gets updates very sparingly.~~
--> resolved on their side