rails-bootstrap-select
rails-bootstrap-select is a re-implementation of bootstrap-select-rails for Rails 4, using less code.
Assets for https://github.com/silviomoreto/bootstrap-select - see it for details
add to application.js and application.css something like
//= require bootstrap-select
Also, you must require at least the alert and dropdown bootstrap components. For example, if using bootstrap-sass:
//= require bootstrap/alert
//= require bootstrap/dropdown
Installation
Add this line to your application's Gemfile:
gem 'rails-bootstrap-select'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rails-bootstrap-select
Usage
TODO: Write usage instructions here
Contributing
- Fork it ( https://github.com/[my-github-username]/rails-bootstrap-select/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 a new Pull Request