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
3 votes
1 answer
4k views

Rails 3.1: undefined sortable_element using acts_as_list gem - how to fix?

How do I get sortable_element from the acts_as_list gem to work nice with Rails 3.1? I think it's because jquery is used instead of prototype so I lose that helper method? Is this right? In which ...
Richard Jordan's user avatar