项目作者: initforthe
项目描述 :
用于rails的选择退出cookie策略通知引擎。
高级语言: Ruby
项目地址: git://github.com/initforthe/initforthe-cookies.git
initforthe-cookies
Opt-out cookie policy notice engine for rails. Opt-out is implemented by setting a cookie. Irony?
Usage
- Add ‘initforthe-cookies’ to gemfile && bundle install
- Add ‘initforthe-cookies’ asset loading to css and js manifests
- Mount the engine at desired location (mount Initforthe:
:Engine, at: ‘/cookie_policy’ in config/routes.rb) - Set your app name by creating an initializer in config/initializers, i.e.:
Initforthe::Cookies.setup do |config|
config.site_name = 'The Initforthe Website'
config.policy_url = '/pages/cookies'
config.button_classes = 'btn'
end
- Call from your layout by <%= cookie_policy %>
License
MIT-LICENSE.