This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Julio Cesar Ody (author)
Wed Oct 21 16:29:27 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Apr 14 09:37:29 -0700 2009 | |
| |
README.markdown | Wed Oct 21 16:29:27 -0700 2009 | |
| |
Rakefile | Tue Jun 16 17:15:12 -0700 2009 | |
| |
VERSION.yml | Tue Jun 16 17:19:17 -0700 2009 | |
| |
lib/ | Tue Jun 16 17:15:12 -0700 2009 | |
| |
rack-noie.gemspec | Tue Jun 16 17:37:27 -0700 2009 | |
| |
test/ | Tue Jun 16 17:15:12 -0700 2009 |
README.markdown
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.
installation
sudo gem install rack-noie -s http://gemcutter.org
usage
just
require 'noie'
and
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
use Rack::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.







