Add table_print for debugging ActiveRecord queries in the console

This commit is contained in:
Harald Reingruber 2022-03-11 22:43:43 +01:00 committed by GitHub
parent 15e715c9f3
commit e8a28d7fee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -85,6 +85,8 @@ group :development do
# Get infos when not using proper eager loading
gem 'bullet'
# Display Active Record queries as tables in the console
gem 'table_print'
end
group :development, :test do