brendon / acts_as_list

An ActiveRecord plugin for managing lists.
http://brendon.github.io/acts_as_list/
MIT License
2.04k stars 355 forks source link

Failing test for ancestry #418

Closed wooly closed 3 months ago

wooly commented 1 year ago

@brendon first attempt at a failing test for #131

brendon commented 1 year ago

Lol! Blast from the past :) I think the best first step would be a failing test case that doesn't require another gem. I'd assume it should be possible to simulate the failing scenario without ancestry proper? :)

wooly commented 1 year ago

heh, I know hey. We're having problems with this and I found this open issue so thought I'd try lend a hand. Will take a swing at removing the ancestry dependency for the test.

brendon commented 3 months ago

Closing this for now @wooly. If you want to pursue it again let me know. Also try out: https://github.com/brendon/positioning

I've not used positioning with ancestry yet but I don't imagine there'd be issues.