This gem is just an asset wrapper for bootstrap-notifiy JavaScript plugin by mouse0270 (https://github.com/mouse0270/bootstrap-growl). Please visit http://bootstrap-growl.remabledesigns.com/ for more details and social media praise.
3.1.3
Documentation can be found at http://bootstrap-growl.remabledesigns.com/#growl-documentation
Demo can be found at http://bootstrap-growl.remabledesigns.com/
Add this line to your application's Gemfile:
gem 'bootstrap-growl-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install bootstrap-growl-rails
Add the following directive to your Javascript manifest file (application.js):
//= require bootstrap-notify
Add the following directive to your Stylesheet manifest file (application.css):
*= require animate
Please see the documentation at http://bootstrap-growl.remabledesigns.com/#growl-documentation for plugin usage instructions.
bootstrap-growl-rails 2.0.0 == bootstrap-growl.js 2.0.0
- Fork it ( https://github.com/[my-github-username]/bootstrap-growl-rails/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