Sha256: 4eb173802523fd5db0d6f4db5050d8655a63f5e058a41fe77d2a867a9d82bd28
Contents?: true
Size: 575 Bytes
Versions: 34
Compression:
Stored size: 575 Bytes
Contents
# Copyright (c) 2013 AppNeta, Inc. # All rights reserved. module TraceView module Inst module ConnectionAdapters module FlavorInitializers def self.oracle TraceView.logger.info '[traceview/loading] Instrumenting activerecord oracleenhancedadapter' if TraceView::Config[:verbose] ::ActiveRecord::ConnectionAdapters::OracleEnhancedAdapter.module_eval do include TraceView::Inst::ConnectionAdapters end if defined?(::ActiveRecord::ConnectionAdapters::OracleEnhancedAdapter) end end end end end
Version data entries
34 entries across 34 versions & 1 rubygems