You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/source/configuring.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -760,6 +760,10 @@ Define the list of table that should be ignored when generating the schema
760
760
cache. It accepts an `Array` of strings, representing the table names, or
761
761
regular expressions.
762
762
763
+
#### `config.active_record.verbose_query_logs`
764
+
765
+
Specifiesif source locations of methods that call database queries should be logged below relevant queries. By default, the flag is `true`in development and`false`in all other environments.
0 commit comments