-
Notifications
You must be signed in to change notification settings - Fork 899
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
Ignore or Skip attributes dynamically is not working #1240
Comments
Thank you for creating this bug report! I was able to reproduce the issue with your script and investigating. |
Hi @pgonzaga, it looks like a version is being created during an update because
|
Hi @pgonzaga, were you able to see if a version is being created during an update because |
I also encountered this issue. When using I think this is a surprising behavior, and a bug. I think the cause and possible fix is in the method |
- It was only ignoring attributes defined as an array. - This commit now ignores when attributes are either defined as an array or defined as a hash of procs. - Consolidates calculation to also be used when determining if changed and not ignored. Resolves paper-trail-gem#1240
- It was only ignoring attributes defined as an array. - This commit now ignores when attributes are either defined as an array or defined as a hash of procs. - Consolidates calculation to also be used when determining if changed and not ignored. Resolves paper-trail-gem#1240
- It was only ignoring attributes defined as an array. - This commit now ignores when attributes are either defined as an array or defined as a hash of procs. - Consolidates calculation to also be used when determining if changed and not ignored. Resolves paper-trail-gem#1240
- It was only ignoring attributes defined as an array. - This commit now ignores when attributes are either defined as an array or defined as a hash of procs. - Consolidates calculation to also be used when determining if changed and not ignored. Resolves paper-trail-gem#1240
- It was only ignoring attributes defined as an array. - This commit now ignores when attributes are either defined as an array or defined as a hash of procs. - Consolidates calculation to also be used when determining if changed and not ignored. Resolves paper-trail-gem#1240
…d via Hash - It was only ignoring attributes defined as symbols. - It now ignores when attributes are either defined as symbols or Hashes. - Consolidates calculation to be shared when determining if changed and not ignored. Resolves paper-trail-gem#1240
…d via Hash - It was only ignoring attributes defined as symbols. - It now ignores when attributes are either defined as symbols or Hashes. - Consolidates calculation to be shared when determining if changed and not ignored. Resolves paper-trail-gem#1240
paper_trail
gemThe text was updated successfully, but these errors were encountered: