diff --git a/Gemfile b/Gemfile index bfbb8ab..b8cc48b 100644 --- a/Gemfile +++ b/Gemfile @@ -14,6 +14,8 @@ gem 'coffee-rails', '~> 4.0.0' # See https://github.com/sstephenson/execjs#readme for more supported runtimes # gem 'therubyracer', platforms: :ruby +gem 'responders', '~> 2.0' + # Use jquery as the JavaScript library gem 'jquery-rails' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks diff --git a/Gemfile.lock b/Gemfile.lock index 190192e..d6f2c89 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -294,6 +294,7 @@ DEPENDENCIES paper_trail (~> 4.0.0.beta) paperclip rails (= 4.2) + responders (~> 2.0) sass-rails (~> 4.0.3) sdoc (~> 0.4.0) spring diff --git a/config/environments/production.rb b/config/environments/production.rb index 1e652ca..5224d20 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -42,7 +42,7 @@ Rails.application.configure do # config.force_ssl = true # Set to :debug to see everything in the log. - config.log_level = :debug + config.log_level = :info # Prepend all log lines with the following tags. # config.log_tags = [ :subdomain, :uuid ]