closure_tree
closure_tree copied to clipboard
Easily and efficiently make your ActiveRecord models support hierarchies
## Summary This PR adds a new `dependent: :adopt` option to `has_closure_tree` that automatically moves children to their grandparent when a parent node is destroyed. If the node being destroyed...
:robot: I have created a release *beep* *boop* --- ## [9.0.0](https://github.com/ClosureTree/closure_tree/compare/closure_tree-v9.3.0...closure_tree/v9.0.0) (2025-11-23) ### Features * add PostgreSQL schema-qualified table name support ([#462](https://github.com/ClosureTree/closure_tree/issues/462)) ([5f9006c](https://github.com/ClosureTree/closure_tree/commit/5f9006cece95a76f665cb50c2615317e3fa48586)) * Add runtime advisory lock name customization...