add meta_request gem for debugging
This commit is contained in:
parent
a7ebf78fd4
commit
caed27948d
2 changed files with 10 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -58,6 +58,8 @@ group :development do
|
||||||
gem 'better_errors'
|
gem 'better_errors'
|
||||||
gem 'binding_of_caller'
|
gem 'binding_of_caller'
|
||||||
# gem "rails-i18n-debug"
|
# gem "rails-i18n-debug"
|
||||||
|
# chrome debugging extension https://github.com/dejan/rails_panel
|
||||||
|
gem 'meta_request'
|
||||||
|
|
||||||
# Get infos when not using proper eager loading
|
# Get infos when not using proper eager loading
|
||||||
gem 'bullet'
|
gem 'bullet'
|
||||||
|
|
|
@ -91,6 +91,7 @@ GEM
|
||||||
bullet (4.9.0)
|
bullet (4.9.0)
|
||||||
activesupport
|
activesupport
|
||||||
uniform_notifier (~> 1.6.0)
|
uniform_notifier (~> 1.6.0)
|
||||||
|
callsite (0.0.11)
|
||||||
capistrano (3.2.1)
|
capistrano (3.2.1)
|
||||||
i18n
|
i18n
|
||||||
rake (>= 10.0.0)
|
rake (>= 10.0.0)
|
||||||
|
@ -201,6 +202,10 @@ GEM
|
||||||
skinny (>= 0.1.2)
|
skinny (>= 0.1.2)
|
||||||
sqlite3-ruby
|
sqlite3-ruby
|
||||||
thin
|
thin
|
||||||
|
meta_request (0.3.0)
|
||||||
|
callsite
|
||||||
|
rack-contrib
|
||||||
|
railties
|
||||||
mime-types (1.25.1)
|
mime-types (1.25.1)
|
||||||
mini_portile (0.5.3)
|
mini_portile (0.5.3)
|
||||||
minitest (4.7.5)
|
minitest (4.7.5)
|
||||||
|
@ -224,6 +229,8 @@ GEM
|
||||||
quiet_assets (1.0.2)
|
quiet_assets (1.0.2)
|
||||||
railties (>= 3.1, < 5.0)
|
railties (>= 3.1, < 5.0)
|
||||||
rack (1.5.2)
|
rack (1.5.2)
|
||||||
|
rack-contrib (1.1.0)
|
||||||
|
rack (>= 0.9.1)
|
||||||
rack-protection (1.5.3)
|
rack-protection (1.5.3)
|
||||||
rack
|
rack
|
||||||
rack-test (0.6.2)
|
rack-test (0.6.2)
|
||||||
|
@ -416,6 +423,7 @@ DEPENDENCIES
|
||||||
less-rails
|
less-rails
|
||||||
localize_input!
|
localize_input!
|
||||||
mailcatcher
|
mailcatcher
|
||||||
|
meta_request
|
||||||
mysql2
|
mysql2
|
||||||
prawn
|
prawn
|
||||||
protected_attributes
|
protected_attributes
|
||||||
|
|
Loading…
Reference in a new issue