So I'm using sortable_element to order a list. The problem I'm having
is that if I move two items in the list very quickly, I lose the
second move update because the backend doesn't deal with the requests
in sequence. It updates the database for the second move first and
then over writes that with the first move.

Is there a simple solution to this problem. I've read about making the
requests synchronous rather than asynchronous, but that doesn't seem a
good solution. I can't be the only person to have come across this but
despite much googling I can't find a good solution.

Any help is much appreciated. Many thanks.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to