rails-jquery-ui-sortable wraps the jQuery-UI Sortable interaction for use in Rails 3.1 and above.
Usage
Add the following to your Gemfile:
gem 'rails-jquery-ui-sortable'
Add the following to your Rails JavaScript manifest file:
//= require jquery-ui-sortable
If you desire to require minified version, add the following:
//= require jquery-ui-sortable.min
Versioning
Current version of jQuery-UI Sortable - 1.11.4