You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry if this has been discussed earlier, but I couldn't find anything about it. The feature that I miss the most in this library is to be able to recursively restore only objects that have been destroyed through the depent: :destroy callback.
The acts_as_paranoid gem seems to have this feature and I wonder if there are any reasons for paranoia not to have it?
I'd like to help to work on a solution for this if there is interest in it.
The text was updated successfully, but these errors were encountered:
The use case that I am thinking of is when there is a has many association and a child object is destroyed first, then later the parent object is destroyed (and the rest of the children). When the parent is restored with the children, the child that was first destroyed should not be restored.
Hi, thanks for a great gem!
I'm sorry if this has been discussed earlier, but I couldn't find anything about it. The feature that I miss the most in this library is to be able to recursively restore only objects that have been destroyed through the
depent: :destroy
callback.The
acts_as_paranoid
gem seems to have this feature and I wonder if there are any reasons forparanoia
not to have it?I'd like to help to work on a solution for this if there is interest in it.
The text was updated successfully, but these errors were encountered: