What is the use of Dependencies.log_activity

Hi,

What is the use of

Dependencies.log_activity = true
Dependencies.explicitly_unloadable_constants << ‘Notification’

Thanks in advance…

On 11 Jul 2008, at 05:35, Karthi kn wrote:

Hi,

What is the use of

Dependencies.log_activity = true

That logs what the dependencies system is doing. Useful for working
out what it is doing.

Dependencies.explicitly_unloadable_constants << ‘Notification’

Marks that constant as unloadable

Fred