Project

eu_cookies

0.01
No commit activity in last 3 years
No release in over 3 years
A Rails solution to the European Cookie Law issue
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

EuCookies

Gem Version

A Rails solution to the European Cookie Law issue.

This will add a dismissable "cookies bar" and an optional link to a policy page.

Build Status Code Climate

Installation

Add this line to your application's Gemfile:

gem 'eu_cookies', '~> 1.1.0'

And then execute:

$ bundle

Run the installation generator:

$ bundle exec rails g eu_cookies:install

Then, just add this somewhere on you <body>:

<%= cookies_bar %>

NOTE: This gem imply that you have JQuery.

Configuration

On a initializer you can configure some things (defaults are shown here):

# false to remove the default internal link, a string to link an external page
EuCookies.display_policy = true
# true to treat page scroll as acceptance
EuCookies.use_scroll = false
# false to disable all the features
EuCookies.enabled = true

Styling

To quickly customize position and styles you can override some Sass variables, take a look to your app/assets/stylesheets/eu_cookies.scss file.

Supported languages

The cookies bar message is available in English, Croatian, Dutch, Estonian, French, German, Italian, Norwegian, Polish, Russian, Slovenian, Spanish and Swedish.

The full policy page is currently in english.

Turbolinks

Not supported, please use jquery.turbolinks gem.

Contributing

Bug reports and pull requests are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Credits

Originally based on https://github.com/infinum/cookies_eu

License

The gem is available as open source under the terms of the MIT License.