No commit activity in last 3 years
No release in over 3 years
This selectivizr.js was built using the latest version at https://github.com/keithclark/selectivizr
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 3.1.0.rc4
 Project Readme

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.