Added bullet gem to track unusued eager loading.
This commit is contained in:
parent
0683738003
commit
44ef0a9807
3 changed files with 13 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -53,4 +53,7 @@ group :development do
|
|||
# Re-enable rails benchmarker/profiler
|
||||
gem 'ruby-prof'
|
||||
gem 'test-unit'
|
||||
|
||||
# Get infos when not using proper eager loading
|
||||
gem 'bullet'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue