Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update devise when version 5 is released #799

Open
2 tasks
RandomTannenbaum opened this issue Feb 14, 2025 · 0 comments
Open
2 tasks

Update devise when version 5 is released #799

RandomTannenbaum opened this issue Feb 14, 2025 · 0 comments

Comments

@RandomTannenbaum
Copy link
Collaborator

RandomTannenbaum commented Feb 14, 2025

We currently use the newest version of devise, which is 4.9.4. Since version 8 of rails routes are lazy loaded by default. This does not work properly with the current devise version, since its mappings are built during the routes loading phase. For now we just fixed it by eager loading in the test environment. After the next devise release we should be able to disable eager loading again for the local test env.

See: heartcombo/devise#5728

ToDo

  • Update devise
  • Turn off eager loading for local test environment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant