A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/juliocesar/rack-noie below:

juliocesar/rack-noie: A Rack middleware to redirect (*cough* kick) IE6 users out of your website

This project is no longer maintained. It was written during darker days of the web, when handling the issues that prompted it's existence was very time consuming. Refer to client-side techniques for graceful degradation.

rack-noie is the coolest rack middleware ever created. And it is so because it does everyone a favor: it shows the way out of your website to poor souls out there using Internet Explorer 6.

Add to your Gemfile

gem "rack-noie", :require => "noie"

Add to your config/application.rb

config.middleware.use Rack::NoIE

By default, this will redirect IE6 (and below) to MS's upgrade site

For an updated slant (only let IE9 in):

config.middleware.use Rack::NoIE, {:redirect => "http://ie8nomore.com/", 
                                   :minimum => 9}
config.middleware.use Rack::NoIE, {:redirect => "/why-i-dont-support-ie.html", 
                                   :minimum => 29}
use Rack::NoIE, :redirect => '/noieplease.html'

the above will redirect to a page noieplease.html in your website. You can redirect to a URL as well, like so

use Rack::NoIE, :redirect => 'http://slashdot.org'

or let the default kick in

I'm a nice guy. I'm so nice that the default URL points to Microsoft's IE8 upgrade page.

MIT, as usual.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4