wip
This commit is contained in:
parent
78da4feafe
commit
6835616170
5 changed files with 56 additions and 5 deletions
4
Gemfile
4
Gemfile
|
|
@ -90,8 +90,6 @@ 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
|
||||
|
|
@ -103,6 +101,8 @@ group :development, :test do
|
|||
# allow to use `debugger` https://github.com/conradirwin/pry-rescue
|
||||
gem 'pry-rescue'
|
||||
gem 'pry-stack_explorer'
|
||||
# Display Active Record queries as tables in the console
|
||||
gem 'table_print'
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue