added mini-profiler for development.
This commit is contained in:
1
Gemfile
1
Gemfile
@ -47,6 +47,7 @@ group :development do
|
|||||||
gem 'capistrano-rails'
|
gem 'capistrano-rails'
|
||||||
gem 'capistrano-rvm'
|
gem 'capistrano-rvm'
|
||||||
gem 'capistrano-upload-config'
|
gem 'capistrano-upload-config'
|
||||||
|
gem 'rack-mini-profiler'
|
||||||
gem 'rubocop', require: false
|
gem 'rubocop', require: false
|
||||||
gem 'rubocop-rspec'
|
gem 'rubocop-rspec'
|
||||||
end
|
end
|
||||||
|
@ -195,6 +195,8 @@ GEM
|
|||||||
pundit (1.1.0)
|
pundit (1.1.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
rack (1.5.5)
|
rack (1.5.5)
|
||||||
|
rack-mini-profiler (0.10.1)
|
||||||
|
rack (>= 1.2.0)
|
||||||
rack-test (0.6.3)
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (4.1.14.1)
|
rails (4.1.14.1)
|
||||||
@ -324,6 +326,7 @@ GEM
|
|||||||
json (>= 1.8.0)
|
json (>= 1.8.0)
|
||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
unf_ext
|
unf_ext
|
||||||
|
unf (0.1.4-java)
|
||||||
unf_ext (0.0.7.1)
|
unf_ext (0.0.7.1)
|
||||||
unicode-display_width (0.3.1)
|
unicode-display_width (0.3.1)
|
||||||
web-console (2.3.0)
|
web-console (2.3.0)
|
||||||
@ -383,6 +386,7 @@ DEPENDENCIES
|
|||||||
pry
|
pry
|
||||||
puma (~> 2.15.3)
|
puma (~> 2.15.3)
|
||||||
pundit
|
pundit
|
||||||
|
rack-mini-profiler
|
||||||
rails (~> 4.1.13)
|
rails (~> 4.1.13)
|
||||||
rails-i18n (~> 4.0.0)
|
rails-i18n (~> 4.0.0)
|
||||||
rake
|
rake
|
||||||
|
Reference in New Issue
Block a user