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

  1. Fork it ( https://github.com/[my-github-username]/rails-bootstrap-select/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request