Re: [Rails] sortable_element rails3

2013-07-04 Thread Thiago Cifani
Hey man, what's up? I was thinking, maybe you should try to implement it from scratch, It seems you just need to add a position field in your database, and start to use A jquery plugin for drag and drop. After move things around, You can collect all ids through jquery and send a Ajax call to your

[Rails] sortable_element rails3

2013-07-04 Thread vanderkerkoff
Hello I'm upgrading a rails2 app to rails3 and I'm struggling to find a replacement for sortable_element. I was using it and acts_as_list so users could reorder list items with drag and drop, and the reordering would write a new position of the object into the database. Does anyone have any l