Skip to content

pokka/plz_plz_ie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

plz_plz_ie

Just a middleware,make for fun.Never use to production plz.

###USAGE Gemfile

  gem 'plz_plz_ie'

Rails,in application.rb:

class Application < Rails::Application
  ...
  config.middleware.insert_before ActionDispatch::Static,PlzPlzIE::Middleware
  ...
end

###Sinatra & others:

require 'plz_plz_ie/plz_plz_ie'
use PlzPlzIE::Middleware

###THEN Render http://pokka.github.io/plz_plz_ie/

####MIT

About

Render a page to old IE browser...You can pickup your own template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages