Hi,
What is the use of
Dependencies.log_activity = true
Dependencies.explicitly_unloadable_constants << ‘Notification’
Thanks in advance…
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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs