-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
Removed references to Rails.applications.secrets #834
Removed references to Rails.applications.secrets #834
Conversation
We still need this in order to support older Rails applications. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops, closed this on accident.
Let's include Rails secrets if the app is on 7.1 or lower. We don't want to break existing applications.
fe4cba6
to
c551416
Compare
d223a35
to
8578c43
Compare
After a few back and forth I think I've got to a point that this is ready for review! :-) |
Thanks very much @heliocola!! 👍 |
Goal
Remove usage of deprecated Rails.applications.secrets
Deprecation warning on CI