Add table_print for debugging ActiveRecord queries in the console
This commit is contained in:
parent
15e715c9f3
commit
e8a28d7fee
2 changed files with 4 additions and 0 deletions
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue