brendon / acts_as_list

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

Use database mutex locking #359

Closed Silex closed 3 years ago

Silex commented 5 years ago

Make sure to read #325 first.

brendon commented 5 years ago

Hi @Silex, good to see you active on this again. I've been working on the repo today cleaning up the tests on travis (dropping Rails 3.2-4.1 support and old ruby support) so be sure to check out master.

brendon commented 5 years ago

Also, don't edit the gemfiles directly, edit Appraisals instead.

Silex commented 5 years ago

@brendon: not really working on this, just recreating the PR because I had deleted my fork but was able to recover the commits.

brendon commented 5 years ago

Thanks @Silex, that's all good :)

c2ofh commented 3 years ago

Could this PR maybe could fix the DeadLock-Problem? @brendon

brendon commented 3 years ago

Hi @c2ofh, this one kind of languished. If you'd like to create a new PR based off this and get the tests green then I'd definitely look at it. Key here will be making it an opt-in thing as it could have wide reaching consequences on some codebases.