Rack::ChromeFrame
A Rack middleware for inserting a Chrome Frame install prompt for requests made by Internet Explorer.
Installation
Add this line to your application's Gemfile:
gem 'rack-chrome_frame', :require => 'rack/chrome_frame'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rack-chrome_frame
Usage
Just install and go.
TODO
- IE version configuration - only display the prompt if IE version matches the config.
- Less obtrusive configuration - do not completely disable the site, make less obtrusive
- Tests
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