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

Use a custom deprecator instead of ActiveSupport::Deprecation directly #403

Closed
wants to merge 4 commits into from

Conversation

adrian-gomez
Copy link
Contributor

@adrian-gomez adrian-gomez commented Sep 5, 2024

This will address some errors we are getting while trying to update to rails 7.2

@adrian-gomez
Copy link
Contributor Author

@byroot Is there anything I can do to get this merged? Right now active resource it's not compatible with rails 7.2 if you have any deprecation warnings.

@nerdrew
Copy link

nerdrew commented Oct 2, 2024

Is this going to be released soon?

@jeremy
Copy link
Member

jeremy commented Oct 6, 2024

App deprecators were added in Rails 7.1. This PR breaks Rails 6.1 and 7.0 support.

@byroot
Copy link
Member

byroot commented Oct 6, 2024

@jeremy do you have a repro or even just a error+backtrace? Because this OR checks for the Rails version, and 6.1 and 7.0 are tested on CI.

@byroot
Copy link
Member

byroot commented Oct 6, 2024

Hum, I see: #406

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

Successfully merging this pull request may close these issues.

4 participants