Welcome to mirror list, hosted at ThFree Co, Russian Federation.

active_record_query_trace.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b3c2803b3b36bc31df1b12500b8bc0bdad0288b (plain)
1
2
3
4
5
if ENV['ENABLE_QUERY_TRACE']
  require 'active_record_query_trace'

  ActiveRecordQueryTrace.enabled = 'true'
end