This Gem is now maintained and published by Guillaume Hain here. Please submit any issues or feature requests over there.
This Gem integrates Seiyara's fork of Bootstrap Slider. The original has no public Github Repo, issues tracking etc.
It integrates this fork with your Rails project and is versioned to track the fork's version.
Add this line to your application's Gemfile:
gem 'bootstrap-slider-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install bootstrap-slider-rails
This gem uses a Rails Engine to make Bootstrap Slider's assets available to you.
Require the JavaScript files from your application.js
or wherever needed using:
//= require bootstrap-slider
Require the CSS files from your application.scss
or wherever needed using:
*= require bootstrap-slider
- Fork it
- 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