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. |
||
|---|---|---|
| .. | ||
| development.rb | ||
| integration.rb | ||
| integration1.rb | ||
| integration2.rb | ||
| production.rb | ||
| test.rb | ||