From 29927df3d3818c6f79d884ffd1d1727482cd1f9d Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 21 Feb 2013 18:00:34 +0100 Subject: tweaks to the AP changelog [ci skip] --- actionpack/CHANGELOG.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index cde0f67dac..46bc51f3c8 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -293,7 +293,7 @@ *Stephen Ausman + Fabrizio Regini + Angelo Capilleri* -* Add filter capability to ActionController logs for redirect locations: +* Add logging filter capability for redirect URLs: config.filter_redirect << 'http://please.hide.it/' @@ -392,23 +392,17 @@ Before: check_box("post", "comment_ids", { multiple: true, index: "foo" }, 1) - #=> + # => After: check_box("post", "comment_ids", { multiple: true, index: "foo" }, 1) - #=> + # => Fix #8108. *Daniel Fox, Grant Hutchins & Trace Wax* -* `BestStandardsSupport` middleware now appends it's `X-UA-Compatible` value to app's - returned value if any. - Fix #8086. - - *Nikita Afanasenko* - * `date_select` helper accepts `with_css_classes: true` to add css classes similar with type of generated select tags. -- cgit v1.2.3