Pinned Loading
-
Forensic logging...This will log jus...
Forensic logging...This will log just about EVERYTHING in any class in which is included. In a blocking/synchronous framework it will negatively impact performance. Do not use in production unless you have a big problem to diagnose and can't figure out a better way. Even then, don't leave it on for long. There is an async option that uses Resque, but even that gums up the works. 1class Application < Rails::Application
2#...
3config.after_initialize do
4method_logger_config = YAML::load(ERB.new(File.read(File.join(Rails.root, 'config/constants/method_logger.yaml'))).result)[Rails.env]
5if Rails.env != "test"
-
-
angelMD/workstation-setup
angelMD/workstation-setup PublicForked from pivotal/workstation-setup
Scripts to automatically set up a machine for development the "Pivotal" way
Shell
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.