Brendon Muir

Results 265 comments of Brendon Muir

It’s configurable but I think it defaults to 1. Check the README :)

We don't do anything to the validations. However, we do do a lot when `position` is set via attributes. Perhaps in the process of setting the position we're making it...

@Loremaster, check if the master branch solves your problem. I think this is related to https://github.com/swanandp/acts_as_list/pull/272. Please let me know the outcome.

Closing because of inactivity. Feel free to request that I reopen it @Loremaster.

Hi @jeff-free, the only thing I can think of is to check what the internal instance variable is prior to calling `.valid?` (and without calling `.position`). `.instance_variable_get('@position')` The code reads...

Oh I know why we track whether positioned was assigned. It's for the scope change functionality. In the rare case where the scope is change and we want to specifically...

Hi @gurukannappa, thanks for this :) I notice that this call is cached to `@sequential_updates` and should only run once on first boot. Are you seeing it run many times?...

Thanks @gurukannappa, I had no idea this was happening! It's pretty bad given it affects people who don't even want to use sequential updates. I think we should fix the...

Hi @cibernox, I'm not 100% sure we support that currently. You can define what the position column is but I don't know if you can have more than one `acts_as_list`...