We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b987c3 commit ac7bd33Copy full SHA for ac7bd33
activerecord/lib/active_record/query_logs.rb
@@ -28,6 +28,10 @@ module ActiveRecord
28
# * +database+
29
# * +source_location+
30
#
31
+ # WARNING: Calculating the +source_location+ of a query can be slow, so you should consider its impact if using it in a production environment.
32
+ #
33
+ # Also see {config.active_record.verbose_query_logs}[https://guides.rubyonrails.org/debugging_rails_applications.html#verbose-query-logs].
34
35
# Action Controller adds default tags when loaded:
36
37
# * +controller+
0 commit comments