Sha256: 88927923a4197f1900e38ed7c9462f315a624bd5e457f0d6293cd978fee59945

Contents?: true

Size: 683 Bytes

Versions: 3

Compression:

Stored size: 683 Bytes

Contents

# rack-noie

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.

# usage

just 

    require 'noie' # or 'juliocesar-noie' when i gemify it
    
and

    use 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 NoIE, :redirect => 'http://slashdot.org'
    
or let the default kick in

    use NoIE
    
# disclaimer

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

# license

MIT, as usual.

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
juliocesar-rack-noie-1.0 README.markdown
sant0sk1-rack-noie6-1.0.0 README.markdown
rack-noie-1.0 README.markdown