Rails asset pipeline bundling of the Cookie Consent JavaScript plugin (https://cookieconsent.insites.com).
Installation
Add this line to your application's Gemfile:
gem 'cookieconsent2-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install cookieconsent2-rails
In your application.js:
//= require cookieconsent.min
In your application.css.scss:
*= require cookieconsent.min
Usage
https://cookieconsent.insites.com/documentation/javascript-api
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/dbackowski/cookieconsent2-rails.
License
The gem is available as open source under the terms of the MIT License.