
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
= 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 new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.