MaMpf-HD / mampf

MaMpf (Mathematical Media Platform) — an E-Learning platform for mathematics featuring a media player & editor. Developed & deployed at Heidelberg University.
https://mampf.mathi.uni-heidelberg.de/
MIT License
27 stars 10 forks source link

[Future] Upgrade to Rails 7.2 #611

Open Splines opened 6 months ago

Splines commented 6 months ago

Things to consider

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.
Splines commented 5 months ago

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.