arturhoo / listjs-rails

A gem to automate using List.js with Rails 3.1+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A gem to automate using List.js with Rails 3.1+

License:MIT License


Languages

Language:JavaScript 98.2%Language:Ruby 1.8%