We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9babda8 commit 758feecCopy full SHA for 758feec
README.md
@@ -26,7 +26,7 @@ closure_tree has some great features:
26
* 2 SQL INSERTs on node creation
27
* 3 SQL INSERT/UPDATEs on node reparenting
28
* __Support for [concurrency](#concurrency)__ (using [with_advisory_lock](https://github.com/ClosureTree/with_advisory_lock))
29
-* __Tested against ActiveRecord 4.2, 5.0, and 5.1, with Ruby 2.2 and 2.3__
+* __Tested against ActiveRecord 4.2, 5.0, 5.1 and 5.2, with Ruby 2.2 and 2.3__
30
* Support for reparenting children (and all their descendants)
31
* Support for [single-table inheritance (STI)](#sti) within the hierarchy
32
* ```find_or_create_by_path``` for [building out heterogeneous hierarchies quickly and conveniently](#find_or_create_by_path)
0 commit comments