From e3a746b6fc4a67986c0510dfe50ca064d90d5f37 Mon Sep 17 00:00:00 2001 From: Brian Durand Date: Sun, 30 Sep 2012 09:26:04 -0700 Subject: Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead. --- activesupport/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG.md') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 2df3d1f69b..70d9ec5613 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -237,4 +237,6 @@ * Remove deprecated ActiveSupport::JSON::Variable. *Erich Menge* +* Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead. *Brian Durand* + Please check [3-2-stable](https://github.com/rails/rails/blob/3-2-stable/activesupport/CHANGELOG.md) for previous changes. -- cgit v1.2.3 From 37852726c93541aa1adc014cfb862659c9bcf349 Mon Sep 17 00:00:00 2001 From: Brian Durand Date: Wed, 19 Sep 2012 16:00:28 -0700 Subject: Optimize log subscribers to check if the log level is sufficient before performing an operations. --- activesupport/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG.md') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 47f1c8458e..36296451a1 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -197,4 +197,6 @@ * Remove deprecated ActiveSupport::JSON::Variable. *Erich Menge* +* Optimize log subscribers to check log level before doing any processing. *Brian Durand* + Please check [3-2-stable](https://github.com/rails/rails/blob/3-2-stable/activesupport/CHANGELOG.md) for previous changes. -- cgit v1.2.3 From 325748d6b55e9d2f758d3f98da3218d351427643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 1 Oct 2012 23:17:13 -0300 Subject: New CHANGELOG entries always in the top --- activesupport/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activesupport/CHANGELOG.md') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 70d9ec5613..ce1053393e 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,5 +1,7 @@ ## Rails 4.0.0 (unreleased) ## +* Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead. *Brian Durand* + * Tests tag the Rails log with the current test class and test case: [SessionsControllerTest] [test_0002_sign in] Processing by SessionsController#create as HTML @@ -237,6 +239,4 @@ * Remove deprecated ActiveSupport::JSON::Variable. *Erich Menge* -* Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead. *Brian Durand* - Please check [3-2-stable](https://github.com/rails/rails/blob/3-2-stable/activesupport/CHANGELOG.md) for previous changes. -- cgit v1.2.3