0.02
No commit activity in last 3 years
No release in over 3 years
Asset gem for es5-shim
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 3.1

Runtime

>= 3.1
 Project Readme

es5-shim asset gem for Rails

This asset gem packages es5-shim for the Rails asset pipeline.

Installation

Add this line to your application's Gemfile:

gem 'es5-shim-rails'

or

gem 'es5-shim-rails', :git => "git://github.com/yourabi/es5-shim-rails.git"

And then execute:

$ bundle

Or install it yourself as:

$ gem install es5-shim-rails

Usage

To use es5-shim in your rails app enable it via the asset pipeline (app/assets/javascripts/application.js).

Add one of the folllwing lines to your application.js manifest:

//= require es5-shim/es5-shim                                                                                                                                                                                                                               
//= require es5-shim/es5-shim-min                                                                                                                                                                                                                               

//= require es5-shim/es5-sham                                                                                                                                                                                                                               
//= require es5-shim/es5-sham-min                                                                                                                                                                                                                               

Currently this version tracks es5-shim 4.0.1 commit 734e4dd.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request