Rails Asset Gem for the default Bootstrap Modal class by Jordan Schroter
Add these lines to your application's Gemfile:
group :assets do
gem 'bootstrap-modal-rails'
endAnd then execute:
$ bundle installOr install it yourself as:
$ gem install bootstrap-modal-rails//=require bootstrap-modal#= require bootstrap-modal
#= require bootstrap-modalmanager//= require bootstrap-modal
//= require bootstrap-modalmanagerThis gem will directly track the semantic versioning releases of the Bootstrap Modal project. If it should be necessary a build number will be added to the version to mark releases specific to this gem.
- Fork the project.
- Make your feature addition or bug fix.
- Add tests for it. This is important so I don't break it in a future version unintentionally.
- Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
- Send me a pull request. Bonus points for topic branches.