Lykos / cube_trainer

Website with tools to support Rubik's Cube training with a focus on blindfolded solving.
https://www.cubetrainer.org
MIT License
11 stars 4 forks source link

Upgrade rails config defaults #1471

Open Lykos opened 1 month ago

Lykos commented 1 month ago

In application.rb, the line config.load_defaults = 6.1 should be changed to 7.1 or something newer. Currently, this is blocked on initializers/types.rb loading a few files from app/helpers/types/xyz but this doesn't work with the new config any more, so some files have to be moved, potentially to lib/types/xyz.