0.0
No commit activity in last 3 years
No release in over 3 years
Shuts up asset pipeline log in Rails 4+.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

< 6, >= 4.2
 Project Readme

ShutUp Assets

Continuous Integration status

ShutUp Assets is a fresh fork of Quiet Assets, it turns off the Rails asset pipeline log. This means that it suppresses messages in your development log such as:

Started GET "/assets/application.js" for 127.0.0.1 at 2015-01-28 13:35:34 +0300
Served asset /application.js - 304 Not Modified (8ms)

Support Ruby on Rails >= 4.2

Installation

It is recommended that this gem only be used for development. To install, add this line to development group in your Gemfile:

gem 'shut_up_assets', group: :development

Then, from the command line, run:

$ bundle

Usage

Simply installing ShutUp Assets will suppress the log messages automatically. However, if you wish to temporarily re-enable the logging of the asset pipeline messages, place the following in your config/application.rb file:

config.quiet_assets = false

If you need to supress output for other paths you can do so by specifying:

config.shut_up_assets.paths << '/silent/'

License

Dual licensed under the MIT or GPL licenses:

Copyright © 2011-2015 Dmitry @KODerFunk Karpunun, Dmitry @route Vorotilin / Evrone.com