Commit 93cdf8a312466a459b74c30236704582a9fccbed
1 parent
a355ea6f
Exists in
spb-stable
and in
3 other branches
Enable SQL queries in mini-profiler
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
8 additions
and
1 deletions
Show diff stats
Gemfile
... | ... | @@ -167,7 +167,7 @@ group :development do |
167 | 167 | gem "annotate", "~> 2.6.0.beta2" |
168 | 168 | gem "letter_opener" |
169 | 169 | gem 'quiet_assets', '~> 1.0.1' |
170 | - gem 'rack-mini-profiler' | |
170 | + gem 'rack-mini-profiler', require: false | |
171 | 171 | |
172 | 172 | # Better errors handler |
173 | 173 | gem 'better_errors' | ... | ... |