Skip to content
View johncox00's full-sized avatar
Block or Report

Block or report johncox00

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. 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.
    1
      class Application < Rails::Application
    2
          #...
    3
          config.after_initialize do
    4
          method_logger_config = YAML::load(ERB.new(File.read(File.join(Rails.root, 'config/constants/method_logger.yaml'))).result)[Rails.env]
    5
          if Rails.env != "test"
  2. meg-xmas meg-xmas Public

    Merry Christmas to my wife.

    Ruby

  3. angelMD/workstation-setup angelMD/workstation-setup Public

    Forked from pivotal/workstation-setup

    Scripts to automatically set up a machine for development the "Pivotal" way

    Shell