Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

europeana-feedback-button

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

europeana-feedback-button

  • 0.0.7
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

Europeana::FeedbackButton

Build Status Security Maintainability Test Coverage

Rails engine providing feedback functionality for various Europeana websites.

Usage

Include gem

  • gem 'europeana-feedback-button', require: 'europeana/feedback_button'
  • Run bundle install

Generate an initializer

  • Run bundle exec rails g europeana:feedback_button:install
  • Edit config/initializers/europeana_feedback_button.rb to configure the engine

Mount the engine

  • In config/routes.rb add: mount Europeana::FeedbackButton::Engine, at: '/'

Add FeedbackableView to your views

  • Add include Europeana::FeedbackButton::FeedbackableView to any view you want to have a feedback button. Add it to app/views/application_view.rb for feedback buttons on all pages.

License

Licensed under the EUPL V.1.1.

For full details, see LICENSE.md.

FAQs

Package last updated on 19 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc