Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2017-03-10 13:05:41 +0300
committerJeff King <peff@peff.net>2017-03-10 13:05:41 +0300
commit3144750faf035bbc5c5233d46a1bc16971a3d4b6 (patch)
tree8373f1989ffee7d9137bc06dc0bf94c01dde0533 /Gemfile
parent86f5d8bb70c5b205a52a2edfbfb3285b447dced1 (diff)
add 'bullet' gem in development mode
This helps find n+1 queries, which seem to be one of the main causes of production slowness.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 907ca371..15db2e59 100644
--- a/Gemfile
+++ b/Gemfile
@@ -47,6 +47,7 @@ group :development, :test do
gem "sqlite3"
gem 'byebug'
gem 'ruby-prof'
+ gem 'bullet'
end
group :test do