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

Fix for Rails 7.2 #270

Merged
merged 5 commits into from
Sep 16, 2024
Merged

Fix for Rails 7.2 #270

merged 5 commits into from
Sep 16, 2024

Conversation

jbennett
Copy link
Contributor

@jbennett jbennett commented Sep 1, 2024

Rails 7.2 adds a required connection param. This passes whatever comes in to the super method.

@jbennett jbennett marked this pull request as ready for review September 1, 2024 04:30
Rails 7.2 adds a required `connection` param. This passes whatever comes in to the super method.
@subzero10
Copy link
Member

Hey @jbennett, seems like tests are failing on Rails 7.2. Would you like to take a look?

@subzero10 subzero10 requested a review from joshuap September 5, 2024 07:14
- `.where(user: user)` will grab the correct class/id
- `if user` only filters if the user is provided, otherwise grab everything
Copy link
Member

@joshuap joshuap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me, thanks! I'll try to get it merged/released this weekend.

@joshuap joshuap merged commit 49b03f1 into honeybadger-io:main Sep 16, 2024
16 checks passed
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