From 0f4bc567195d368de596cdeeee6bc0b6507ae95e Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 8 Sep 2016 01:24:26 +0200 Subject: Improving production logs, removing n+1 on media attachments in atom, adding attachments display to static views --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index cd4989cb6..d03a8ac4a 100644 --- a/Gemfile +++ b/Gemfile @@ -64,4 +64,5 @@ end group :production do gem 'rails_12factor' + gem 'lograge' end -- cgit