Disabled annoying log lines from asset pipeline

This commit is contained in:
Christoph Haas 2015-04-26 01:41:33 +02:00
parent 1c50a45b31
commit cd02c818e5

View file

@ -25,7 +25,7 @@ Debshots::Application.configure do
# Debug mode disables concatenation and preprocessing of assets.
# This option may cause significant delays in view rendering with a large
# number of complex assets.
config.assets.debug = true
config.assets.debug = false
# ActiveRecord errors propagate normally (forward deprecation to Rails 5)
config.active_record.raise_in_transactional_callbacks = true