Sha256: e929705337249c12d17e807cd77bd0376c790223dd1a4d42eded6c50c9f2293c
Contents?: true
Size: 1016 Bytes
Versions: 7
Compression:
Stored size: 1016 Bytes
Contents
# GDPR Helps getting your Rails app GDPR compliant ## Installation Add this line to your application's Gemfile: ```ruby gem 'gdpr' ``` And then execute: ```bash $ bundle ``` Or install it yourself as: ```bash $ gem install gdpr ``` Add this to layout: ```ruby <%= render 'gdpr/cookie_consent' %> ``` Add this to javascripts: ```js //= require gdpr/cookie_consent ``` Add this to stylesheets: ```sass @import 'gdpr/cookie_consent' ``` Set the privacy policy url in the locales. ## Checklist https://www.eugdpr.org/ - [x] Cookie consent - [ ] Privacy policy - [ ] There must be an optin - [ ] Optin must be unchecked by default - [ ] Account must be deletable - [ ] Users must have access to their data - [ ] Users must be able to modify their data ## Thanks Inspired by cookies_eu (https://github.com/infinum/cookies_eu), thank you :) ## Contributing Feel free to pull request! ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
gdpr-1.1.0 | README.md |
gdpr-1.0.12 | README.md |
gdpr-1.0.11 | README.md |
gdpr-1.0.10 | README.md |
gdpr-1.0.9 | README.md |
gdpr-1.0.8 | README.md |
gdpr-1.0.7 | README.md |