Currently tracking 9.0.0 of noUiSlider: http://refreshless.com/nouislider/. All credit and thanks to @leongersen for the awesome library.
Add this line to your application's Gemfile:
gem 'nouislider-rails'
Add the following directive to your application.js:
//= require nouislider
Add the following directive to your application.scss:
*= require nouislider
http://refreshless.com/nouislider/more has more information on integrating your own styles.
- Fork it ( http://github.com/chug2k/nouislider-rails/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request