
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
= Feedbacks
Gem adds the contact us dialog window to your Rails application. Gem uses jquery-ui/dialog to work.
Engine tested on rails 3.2.
How to use it:
Add to Gemfile:
gem 'feedbacks'
Setup ActionMailer::Base.smtp_settings
Run and change in generated initializers/feedbacks.rb :from and :to emails:
rails generate feedbacks:initializer
Run:
rake feedbacks:install:migrations && rake db:migrate
Add to config/routes.rb:
mount Feedbacks::Engine => "/feedbacks"
Add to view where you need feedback form:
Add to application.js and application.css:
require feedbacks/application
Thats all. Feedback saves in feedbacks_feedbacks table in database and then sends to your :to email.
Tests are placed in test/dummy.
To try this engine goto test/dummy and enjoy it in the localhost by running rails server.
Using at http://www.rbcitynews.ru/
This project rocks and uses MIT-LICENSE.
FAQs
Unknown package
We found that feedbacks demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.