Sha256: 9b882fdc90d3c1048a3131e2e3e543b9a8c6bf2c0f5265dd4c69eb31c468ad99

Contents?: true

Size: 287 Bytes

Versions: 6

Compression:

Stored size: 287 Bytes

Contents

module ActiveSupport
  module Cache
    class Store
      # See the PR https://github.com/rails/rails/pull/15943/files
      # In order to make the instrumentation to work we need to override the original implementation
      def self.instrument
        true
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
signalfx-rails-instrumentation-0.1.4 lib/rails/active_support/cache/core_ext.rb
signalfx-rails-instrumentation-0.1.3 lib/rails/active_support/cache/core_ext.rb
signalfx-rails-instrumentation-0.1.2 lib/rails/active_support/cache/core_ext.rb
signalfx-rails-instrumentation-0.1.1 lib/rails/active_support/cache/core_ext.rb
signalfx-rails-instrumentation-0.1.0 lib/rails/active_support/cache/core_ext.rb
rails-tracer-0.5.0 lib/rails/active_support/cache/core_ext.rb