-
-
Notifications
You must be signed in to change notification settings - Fork 357
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
Relationships with dependency:destroy cause ActiveRecord::RecordNotFound #118
Comments
+1, this is affecting us in production as well. Downgrading to 0.1.8 is a successful workaround. Here's another successful workaround (monkeypatch):
This commit should be reverted: |
PR #46 caused it, I am reviewing it now. |
+1 for bombinos suggestion. |
#201 should have fixed this one. We |
I'm experiencing this issue on v0.9.9 - e.g.
Both |
Hi @jaredmoody, can you do a PR with a failing test case? |
For more details see this page:
http://stackoverflow.com/questions/17695206/dependent-destroy-with-acts-as-tree-and-acts-as-list
The text was updated successfully, but these errors were encountered: