aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/best_standards_support.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove header bloat introduced by BestStandardsSupport middlewareEdward Anderson2013-01-151-1/+3
| | | | The same headers were being duplicated on every request.
* Fix #8086 (BestStandardsSupport rewrites app X-UA-Compatible header, now ↵Nikita Afanasenko2012-11-011-1/+7
| | | | | | | appends). Now `BestStandardsSupport` middleware appends it's `X-UA-Compatible` value to app's value. Also test for `BestStandardsSupport` middleware added.
* Improve best_standards_support to use only IE=Edge in development modewycats2010-08-091-2/+11
|
* Forgot to check in this new filewycats2010-07-271-0/+13