Skip to main content

All Questions

3 votes
2 answers
4k views

Should acts_as_list automatically reorder items when a resource is updated with update_attributes?

I'm using the acts_as_list plugin with rails 3.1 and whenever I add or remove a resource existing positions are ordered and updated fine. However, when updating the position of a resource with ...
David's user avatar
  • 33
11 votes
4 answers
3k views

acts_as_list with has_and_belongs_to_many relationship

I've found an old plugin called acts_as_habtm_list - but it's for Rails 1.0.0. Is this functionality built in acts_as_list now? I can't seem to find any information on it. Basically, I have an ...
mculp's user avatar
  • 2,667