Drag and drop between two sortable lists using rails helpers

Is it possible to create two sortable lists in Rails using the sortable_element, draggable_element, and drop_receiving_element documented at:

http://api.rubyonrails.com/classes/ActionView/Helpers/ScriptaculousHelper.html

I would like to get the same effect as the demo at:

http://wiki.script.aculo.us/scriptaculous/page/print/SortableListsDemo

but just using Rails actions and helpers.

Thanks, Don Mc

Have a look at the Rails Recipes book.

Fortunately for you, the drag-drop sortable list recipe is available for free download:

Max