https://github.com/dbackowski/cookieconsent2-rails
Rails asset pipeline bundling of the Cookie Consent JavaScript plugin.
https://github.com/dbackowski/cookieconsent2-rails
assets cookie-consent rails ruby ruby-gem
Last synced: 7 months ago
JSON representation
Rails asset pipeline bundling of the Cookie Consent JavaScript plugin.
- Host: GitHub
- URL: https://github.com/dbackowski/cookieconsent2-rails
- Owner: dbackowski
- License: mit
- Created: 2016-05-28T17:49:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T17:32:36.000Z (over 6 years ago)
- Last Synced: 2025-10-30T02:40:55.297Z (7 months ago)
- Topics: assets, cookie-consent, rails, ruby, ruby-gem
- Language: Ruby
- Homepage:
- Size: 36.1 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Cookieconsent2::Rails [](https://travis-ci.org/dbackowski/cookieconsent2-rails)
Rails asset pipeline bundling of the Cookie Consent JavaScript plugin (https://cookieconsent.insites.com).
## Installation
Add this line to your application's Gemfile:
```ruby
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](http://opensource.org/licenses/MIT).