better_nested_set
better_nested_set copied to clipboard
better_nested_set Rails plugin (my fork from official SVN)
Hello, I have slow queries with the move_to function. specially with the function base_set_class.update_all on line 956 ! how can i optimise this ? I have 1492 items on my...
When I use the "roots" method it works. Records are created successfully and the tree works fine. When trying to make use of "siblings" or any of the other methods,...
in rails 2.3.4, attributes_with_quotes accepts 3 optional arguments, and in bns, it only accepts 2. this cause save to crash with a wrong number of arguments error.
Hi, i'm using this plugin to manage a structure of categories (one single root with, at now, 12-15000 children). I've noticed that running a simple script which create categories one...