Commit 2171bbcd6effb4b0de873ee502050fa543198ded
1 parent
f7ca46b5
Exists in
spb-stable
and in
3 other branches
Update rack profiler
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
Gemfile.lock
@@ -340,7 +340,7 @@ GEM | @@ -340,7 +340,7 @@ GEM | ||
340 | rack-attack (2.3.0) | 340 | rack-attack (2.3.0) |
341 | rack | 341 | rack |
342 | rack-cors (0.2.9) | 342 | rack-cors (0.2.9) |
343 | - rack-mini-profiler (0.1.31) | 343 | + rack-mini-profiler (0.9.0) |
344 | rack (>= 1.1.3) | 344 | rack (>= 1.1.3) |
345 | rack-mount (0.8.3) | 345 | rack-mount (0.8.3) |
346 | rack (>= 1.0.0) | 346 | rack (>= 1.0.0) |
app/controllers/application_controller.rb
@@ -154,7 +154,6 @@ class ApplicationController < ActionController::Base | @@ -154,7 +154,6 @@ class ApplicationController < ActionController::Base | ||
154 | end | 154 | end |
155 | 155 | ||
156 | def dev_tools | 156 | def dev_tools |
157 | - Rack::MiniProfiler.authorize_request | ||
158 | end | 157 | end |
159 | 158 | ||
160 | def default_headers | 159 | def default_headers |