Bootstrap Sidebar Rails

It wraps the https://github.com/asyraf9/bootstrap-sidebar library in a rails engine for simple use with the asset pipeline. The gem includes the development (non-minified) source for ease of exploration. The asset pipeline will minify in production.

Installation

Add this line to your application's Gemfile:

gem 'bootstrap_sidebar_rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install bootstrap_sidebar_rails

Usage

Add the following directive to your Javascript manifest file (application.js):

  //= require sidebar

and to the CSS manifest (application.css)

  *= require sidebar

Contributing

  1. Fork it ( https://github.com/valerykalashnikov/bootstrap_sidebar_rails/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