Add responders gem
This commit is contained in:
parent
aeb3fcab37
commit
a94c266428
3 changed files with 4 additions and 1 deletions
2
Gemfile
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue