0.0
No commit activity in last 3 years
No release in over 3 years
Rails assets plugin for the Sortable drag and drop library. No JQuery requirements and works on mobile.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 5.0
 Project Readme

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