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

resolve devise deprecation warning #204

Closed
Gregurevic opened this issue Oct 8, 2024 · 0 comments · Fixed by #207
Closed

resolve devise deprecation warning #204

Gregurevic opened this issue Oct 8, 2024 · 0 comments · Fixed by #207
Assignees

Comments

@Gregurevic
Copy link
Contributor

Deprecation Warning

Raised when running tests.

DEPRECATION WARNING: `Rails.application.secrets` is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2. (called from [...])

Resolution

Source: heartcombo/devise#5644
Add config.secret_key = Rails.application.secret_key_base to the devise initializer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants