add meta_request gem for debugging

This commit is contained in:
wvengen 2014-05-17 16:01:17 +02:00
parent a7ebf78fd4
commit caed27948d
2 changed files with 10 additions and 0 deletions

View file

@ -58,6 +58,8 @@ group :development do
gem 'better_errors'
gem 'binding_of_caller'
# gem "rails-i18n-debug"
# chrome debugging extension https://github.com/dejan/rails_panel
gem 'meta_request'
# Get infos when not using proper eager loading
gem 'bullet'