Skip to content

Rails assets plugin for the Sortable drag and drop library. No JQuery requirements and works on mobile.

License

Notifications You must be signed in to change notification settings

vdolbilov/sortable_rails

Repository files navigation

Sortable For Rails

Sortable is an awesome JS library to create drag and drop interfaces on most browsers and touch devices.

The sortable_rails gem integrates Sortable into the Rails asset pipeline.

Usage

Install sortable_rails gem

Include sortable_rails in Gemfile

 gem 'sortable_rails', '~> 1.0.0'

Then run bundle install

Note: sortable-rails is a different gem

Include javascript

Add to your application.js

 //= require sortable

About

Rails assets plugin for the Sortable drag and drop library. No JQuery requirements and works on mobile.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages