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

Restores DIRTY changes information when updating an attribute with ActiveRecordPersistence #824

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KirtashW17
Copy link

Hi!

I would like AR DIRTY changes information to be cleared after updating a column with the bang method of an event.

In this PR I remove the status key from the DIRTY changes hash.

I also noticed that we were updating the attributes with an update_all. Is there any reason for this? I feel that obj.update_column is easier (and AR will automatically update the in-memory object).

If we don't want to use update_column for any reason, we could use update_all, and then call self.clear_attribute_changes([attribute_name])

@codeclimate
Copy link

codeclimate bot commented May 17, 2023

Code Climate has analyzed commit 29718c7 and detected 0 issues on this pull request.

View more on Code Climate.

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