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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request