Read more

Mute Rails asset pipeline log messages

Thomas Klemm
May 07, 2014Software engineer

quiet_assets helps with disabling asset pipeline log messages in the development log. When the gem is added, asset pipeline logs are suppressed by default.

Illustration UI/UX Design

UI/UX Design by makandra brand

We make sure that your target audience has the best possible experience with your digital product. You get:

  • Design tailored to your audience
  • Proven processes customized to your needs
  • An expert team of experienced designers
Read more Show archive.org snapshot

If you want to disable muting temporarily, add config.quiet_assets = false to your config/application.rb.

Posted by Thomas Klemm to makandra dev (2014-05-07 16:03)