diaspora/config/environments
Benjamin Neff 29a7f151b6
Use config.assets.quiet instead of quiet_assets gem
The quiet_assets gem doesn't support rails 5, but sprockets 3 now has a
config.assets.quiet option, which deprecates the quiet_assets gem. But
the logging gem has a no-op silence method, that's why the quiet option
doesn't work out-of-the-box. I added a little hack to use the silence
method from ActiveSupport, which is also used from the original rails
logger.
2017-07-30 04:47:16 +02:00
..
development.rb Use config.assets.quiet instead of quiet_assets gem 2017-07-30 04:47:16 +02:00
integration.rb make everything boot again 2014-08-23 16:34:00 +02:00
integration1.rb Refactor config/ directory 2013-05-19 18:54:54 +02:00
integration2.rb Refactor config/ directory 2013-05-19 18:54:54 +02:00
production.rb use logging gem for better logging with class name and log-level 2015-05-22 02:53:19 +02:00
test.rb Use config.assets.quiet instead of quiet_assets gem 2017-07-30 04:47:16 +02:00