0.01
No commit activity in last 3 years
No release in over 3 years
List.js automated install for Rails 3.1+
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.3
>= 3.1
>= 0

Runtime

>= 3.1.0
 Project Readme

List.js for Rails Asset Pipeline

Gem installation of javascript framework for list and table manipulation, List.js

Installation

Add this line to your application's Gemfile:

gem 'listjs-rails'

And then execute:

$ bundle

Make sure List.js is preset in app/assets/javascripts/application.js

...
//= require list
...

If you require any plugins you may add them to application.js also

...
//= require list
//= require list.pagination
//= require list.fuzzysearch
...

Usage

Please refer to the List.js Documentation for further implementation instructions.

Contributing

Feel free to open an issue ticket if you find something that could be improved.

Acknowledgements

Many thanks are due to Jonny Strömberg and List.js' contributors

Copyright (c) 2014 Artur Rodrigues, released under the MIT License.