An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Cookieconsent2::Rails [![Build Status](https://travis-ci.org/dbackowski/cookieconsent2-rails.svg?branch=master)](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).