chore: Add rails_panel gem for query debugging (#8370)

This commit is contained in:
Sojan Jose
2023-11-17 13:00:35 -08:00
committed by GitHub
parent 0e19a4196b
commit decef1ad52
2 changed files with 8 additions and 0 deletions

View File

@@ -200,6 +200,8 @@ group :development do
# profiling
gem 'rack-mini-profiler', '>= 3.1.1', require: false
gem 'stackprof'
# Should install the associated chrome extension to view query logs
gem 'meta_request'
end
group :test do