From 440655e1fae5ec5d22676a65462808fa11c2464e Mon Sep 17 00:00:00 2001 From: Nicholas Seckar Date: Sun, 13 Aug 2006 03:29:04 +0000 Subject: Add debugging logging to Dependencies. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4754 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/CHANGELOG | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'activesupport/CHANGELOG') diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index d8cc98cd97..715315deb2 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,9 +1,9 @@ *SVN* -<<<<<<< .mine +* Add debugging logging to Dependencies. Currently can be enabled with Dependencies.log_activity = true; adding to Initializer and documenting is forthcoming. [Nicholas Seckar] + * Replace Reloadable with improvements to the Dependencies mechanism. [Nicholas Seckar] -======= * DateTime#to_time gives hour/minute/second resolution. #5747 [jon.evans@pobox.com] * attr_internal to support namespacing and deprecation. Like attr_* except backed by internally-named instance variable. Set attr_internal_naming_format to change the format from the default '@_%s'. [Jeremy Kemper] @@ -12,7 +12,6 @@ self.attr_internal_naming_format = '@%s__rofl' attr_internal :foo ->>>>>>> .r4727 * Raise fully qualified names upon name errors. #5533 [lars@pinds.com, Nicholas Seckar] * Add extention to obtain the missing constant from NameError instances. [Nicholas Seckar] -- cgit v1.2.3