Depth field doesn't rebuilded
When I run from console Model.Rebuild! depth field in DB doens't updated for existed data.
I haven't enought time at the moment, maybe @AlexKVal can help on this. He is active working now with gem.
"Depth" functionality has not been implemented. depth.rb - seems like beginning but even has no tests.
I have issue for my gem. Can it be related?
https://github.com/the-teacher/the_sortable_tree/issues/6
@the-teacher I'm not sure, we should wait for the comments from @fro which of the gem he has used.
Hi,
I'm currently using :
# https://github.com/collectiveidea/awesome_nested_set
gem 'awesome_nested_set', '2.0.2'
# https://github.com/the-teacher/the_sortable_tree
gem 'the_sortable_tree', '1.5.0'
Maybe it's a bug of awesome_nested_set gem indeed...
@dmons, which rails version do you use?
I was using 3.1.3 and now using 3.2.1 powered by ruby 1.9.3
Just try the latest release. Should be fixed.