Brendon Muir

Results 378 comments of Brendon Muir

Hi @oyeanuj, `acts_as_list` should be able to handle this with scopes. The scope can be the column that defines if the item is published or unpublished. However if that column...

Hi @tomchapin, thanks for reaching out :) I think currently `NULL` is considered just another value for the scope (in addition to integer id's). I'd imagine if we want to...

Related: https://github.com/brendon/acts_as_list/issues/92

Hi @yfxie, this one runs deep! :) It's been around for a while. I don't have time to dig too deep at the moment but if you're able to figure...

Not that we're aware of. Can you try the latest version and see if that helps? Is it to do with with conflicting `ORDER BY` on this query vs another...

Thanks @ddengler, are you using the latest version? We really need better locking I think. If you have any experience with that side of things we'd appreciate the help. I...

@ddengler, sorry I've had a look myself and can't find anything but that either. The discussion was around needing to lock all the records within a scope rather than just...

@seanarnold I recently removed the only lock that we do in `acts_as_list`. I'd be interested to see if this fixes your deadlock issue.

@seanarnold, we made a change the other day (released as the latest version of the gem) that removed another point of contention. Can you try the latest gem to see...

@seanarnold, is this still a problem for you?