ion.rangeSlider for Rails
Add this line to your application's Gemfile:
gem 'ion-rangeSlider-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ion-rangeSlider-rails
In your application.js
you will need to add this line:
//= require ion.rangeSlider
And in your application.css
you will need to add this line:
*= require ion.rangeSlider
And you can choose your favorite skin:
Flat UI Skin
*= require ion.rangeSlider.skinFlat
HTML5 skin
*= require ion.rangeSlider.skinHTML5
Modern skin
*= require ion.rangeSlider.skinModern
Nice white skin
*= require ion.rangeSlider.skinNice
Simple dark skin
*= require ion.rangeSlider.skinSimple
Bug reports and pull requests are welcome on GitHub at https://github.com/inventit/ion-rangeSlider-rails.
The gem is available as open source under the terms of the MIT License.