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 60c5d1b commit f617b7fCopy full SHA for f617b7f
README.md
@@ -28,7 +28,7 @@ closure_tree has some great features:
28
* 3 SQL INSERT/UPDATEs on node reparenting
29
* __Support for [concurrency](#concurrency)__ (using [with_advisory_lock](https://github.com/mceachen/with_advisory_lock))
30
* __Support for ActiveRecord 4.1, 4.2 and 5.0__
31
-* __Support for Ruby 2.2, 2.3 and JRuby 9000__
+* __Support for Ruby 2.2 and 2.3__
32
* Support for reparenting children (and all their descendants)
33
* Support for [single-table inheritance (STI)](#sti) within the hierarchy
34
* ```find_or_create_by_path``` for [building out heterogeneous hierarchies quickly and conveniently](#find_or_create_by_path)
0 commit comments