From 5f3b40e824cce3f6dcdfac63fa47bcd80d67dd5a Mon Sep 17 00:00:00 2001 From: Aditya Sanghi Date: Thu, 27 Dec 2012 19:24:16 +0530 Subject: fixes #8631 local inflections from interfereing with HTTP_METHOD_LOOKUP dispatch logic --- actionpack/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'actionpack/CHANGELOG.md') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index eca24cde1a..42eced7a37 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,5 +1,10 @@ ## Rails 3.2.12 (unreleased) ## +* Eagerly populate the http method loookup cache so local project inflections do + not interfere with use of underscore method ( and we don't need locks ) + + *Aditya Sanghi* + * `BestStandardsSupport` no longer duplicates `X-UA-Compatible` values on each request to prevent header size from blowing up. -- cgit v1.2.3