moving mini profiler too far up breaks its ability to profile

This commit is contained in:
Sam Saffron 2013-02-15 15:29:49 +11:00
parent 4aa7ba620e
commit 5767465104
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,6 @@ source 'https://rubygems.org'
gem 'active_model_serializers', git: 'git://github.com/rails-api/active_model_serializers.git'
gem 'ember-rails', git: 'git://github.com/emberjs/ember-rails.git' # so we get the pre version
gem 'rack-mini-profiler', git: 'git://github.com/SamSaffron/MiniProfiler'
gem 'vestal_versions', git: 'git://github.com/zhangyuan/vestal_versions'
gem 'message_bus', path: 'vendor/gems/message_bus'
@ -98,3 +97,7 @@ group :development do
gem 'pry-rails'
end
# IMPORTANT: mini profiler monkey patches, so it better be required last
# If you want to amend mini profiler to do the monkey patches in the railstie
# we are open to it.
gem 'rack-mini-profiler', git: 'git://github.com/SamSaffron/MiniProfiler'

View File

@ -1,6 +1,6 @@
GIT
remote: git://github.com/SamSaffron/MiniProfiler
revision: 8fa1391e1eda809d4e7d0f2c307ac8cea11ef540
revision: d149f34fcdb64b312f70b1586d7ead822cef9789
specs:
rack-mini-profiler (0.1.23)
rack (>= 1.1.3)