Low commit activity in last 3 years
No release in over a year
A gem that provides the SortableJS library to Rails's asset pipeline.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

< 8, >= 6.0.0
 Project Readme

sortablejs-rails

A gem that provides the SortableJS library to Rails's asset pipeline.

How to Use

  1. Add the gem to your Rails Gemfile file (e.g. gem 'sortablejs-rails', '~> 1.10')
  2. Add SortableJS to your app/assets/javascript/application.js file like this: //= require sortable.min
  3. Restart your Rails app and SortableJS is loaded as JavaScript library

As this library just provides the SortableJS library to Rails, you may want to check out the developers documentation, to get an understanding how you can use SortableJS (click).

License

This project uses the upstream license MIT like upstream.