-
Notifications
You must be signed in to change notification settings - Fork 463
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
Deprecation Warning: The behavior of attribute_changed?
will be changing.
#372
Comments
As soon as I submitted this issue I re-checked the PRs and found #370 which I missed somehow on my first time. Sorry. |
Hello @Flauschbaellchen Please let me know if I understand this correctly: If the tree changes, then you want to update the I think the issue is: There is a deprecation message and we want to double check things and make that deprecation go away. Sound right to you? |
Hi @kbrock, I wanted to update the root-node within a tree if the node itself or some other node within this subtree has been changed. Eventually when using This is not a bug because everything worked great nevertheless.. just a heads up for the deprecation warning ;) Just ask if you need help to run some tests against master. |
@Flauschbaellchen I put together #387. I thought I had resolved all these issues in the last release, but a few more was sneaking through. If you get the chance, could you let me know if your workflow still works with #387 (or maybe it has merged by the time you read this) Thanks so much for bringing this up to my attention. |
Hello, I have this following line of code:
I am still having the deprecation messages of:
Any ideas? |
hello @causztic Here are a few ideas regarding your question:
|
Hello! |
@causztic thanks - I'll release shortly |
I'm using
self.subtree
in an after_save callback.While using
Rails 5.1.4
I'm getting this warning:My use-case is to track the latest reply-timestamp within a tree of emails:
The text was updated successfully, but these errors were encountered: