Added bullet gem to track unusued eager loading.

This commit is contained in:
Benjamin Meichsner 2013-01-26 16:16:50 +01:00
parent 0683738003
commit 44ef0a9807
3 changed files with 13 additions and 0 deletions

View file

@ -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