
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
h2. pollster
A Rails gem that generates an entire MVC stack for user polling on your app
h3. What it does
pollster adds a generator to your Rails app that creates the MVC stack for polling of your users. It has a pretty chart.
h3. Requirements
pollster requires the super amazing "RESTful_Authentication":http://weblog.techno-weenie.net/2006/8/1/restful-authentication-plugin plugin.
./script/plugin install git://github.com/technoweenie/restful-authentication.git
Make sure to follow the instructions on RESTful_Authentication, and add this line to your config/environment.rb file:
config.gem "googlecharts", :lib => 'gchart', :version => ">= 1.3.6"
h3. How to Install
sudo gem install mdarby-pollster
h3. How to Use
./script/generate pollster WhateverYouWantToNameYourPollModel
h3. How to Test
Complete Rspec specs are included automatically. Well, complete aside from view specs as you'll just change the damned things anyway.
h3. About the Author
My name is Matt Darby. I'm the Web Developer and IT Manager at "Dynamix Engineering":http://dynamix-ltd.com and hold a Master's Degree in Computer Science from "Franklin University":http://franklin.edu in Columbus, OH.
Feel free to check out my "blog":http://blog.matt-darby.com or to "recommend me":http://www.workingwithrails.com/recommendation/new/person/10908-matt-darby
FAQs
Unknown package
We found that mdarby-pollster 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
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
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.