diff options
author | wycats <wycats@gmail.com> | 2010-07-27 19:24:56 -0700 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-07-27 19:25:07 -0700 |
commit | 123eb25fd12c5a5ec63e18082dcdda6318bc942e (patch) | |
tree | 122b95f6144520861bfd6b2142f5b239628f0f95 /railties/lib/rails/engine | |
parent | e17e08efef68e9865cfbd5c0155b3d9734339192 (diff) | |
download | rails-123eb25fd12c5a5ec63e18082dcdda6318bc942e.tar.gz rails-123eb25fd12c5a5ec63e18082dcdda6318bc942e.tar.bz2 rails-123eb25fd12c5a5ec63e18082dcdda6318bc942e.zip |
Add a header that tells Internet Explorer (all versions) to use the best available standards support. This ensures that IE doesn't go into quirks mode because it has been blacklisted by too many users pressing the incompatible button. It also tells IE to use the ChromeFrame renderer, if the user has installed the plugin.
This guarantees that the best available standards support will be used on the client.
Diffstat (limited to 'railties/lib/rails/engine')
-rw-r--r-- | railties/lib/rails/engine/configuration.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/engine/configuration.rb b/railties/lib/rails/engine/configuration.rb index 2f465670cf..521ed95447 100644 --- a/railties/lib/rails/engine/configuration.rb +++ b/railties/lib/rails/engine/configuration.rb @@ -50,4 +50,4 @@ module Rails end end end -end
\ No newline at end of file +end |