Removed accidental n+1 query from notifications, updated some deps,
improved how "show more" link looks
This commit is contained in:
parent
2f18c77e44
commit
cc5c1e5feb
7 changed files with 36 additions and 25 deletions
|
@ -81,4 +81,4 @@ end
|
|||
require 'sidekiq/testing'
|
||||
Sidekiq::Testing.inline!
|
||||
|
||||
ActiveRecordQueryTrace.enabled = true
|
||||
ActiveRecordQueryTrace.enabled = ENV.fetch('QUERY_TRACE_ENABLED') { false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue