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

selectivizr-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

selectivizr-rails

  • 1.1.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

About

The selectivizr-rails gem will include the selectivizr.js library into your Rails app via the asset pipeline.

How to Use

Add the following to your Gemfile and run bundle install:

gem 'selectivizr-rails'

Add the following to the head tag in your layout:

<!--[if lte IE 8]>
= javascript_include_tag 'selectivizr'
<![endif]-->

Requirements

  • Rails 3.1+
  • The main JavaScript library (JQuery, Prototype, etc.) must be included prior to the selectivizr include tag.

Contributing

There shouldn't be much to do with this repo, but if you would like to improve the code or do a version bump, just fork the code and submit a pull request. I try to deal with all pull requests quickly.

License

This gem code is free to use, modify, distribute or use in any way you would like. The selectivizr.js library is released under the MIT License.

Thanks

A large portion of this gem was assembled based on the source code for the modernizer-rails gem by Russ Frisch.

FAQs

Package last updated on 26 Jul 2013

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