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

Only add to ignored columns if necessary #806

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

stiak
Copy link

@stiak stiak commented Jan 11, 2023

At least in rails 5.2 adding anything to ignored columns makes rails switch to explicit columns in model queries. I'd prefer to keep the .* to keep the queries easy to read in our monitoring.

I'd love a pointer to an appropriate place to add tests for these changes (currently I've put it in attributes_test.rb).

At least in rails 5.2 adding anything to ignored columns makes rails switch to explicit columns in model queries.  I'd prefer to keep the .* to keep the queries easy to read in our monitoring.
@stiak stiak marked this pull request as ready for review January 11, 2023 22:30
@stale
Copy link

stale bot commented May 21, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label May 21, 2023
@stiak
Copy link
Author

stiak commented May 22, 2023

Still waiting for a review here

@stale stale bot removed the stale label May 22, 2023
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.

None yet

1 participant