Skip to content

Instantly share code, notes, and snippets.

@wjessop
Created June 15, 2009 20:45
Show Gist options
  • Save wjessop/130324 to your computer and use it in GitHub Desktop.
Save wjessop/130324 to your computer and use it in GitHub Desktop.
Rails::Initializer.run do |config|
config.gem 'wjessop-rack-noie6', :lib => 'noie6'
config.middleware.use "Rack::NoIE6", :minimum => 6.0, :redirect => '/upgrade'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment