If you've run tired of having to scroll to your logs in development because the asset pipeline is way too chatty then in your Gemfile add:
gem 'quiet_assets', :group => :development
That will do as the name implies
If you've run tired of having to scroll to your logs in development because the asset pipeline is way too chatty then in your Gemfile add:
gem 'quiet_assets', :group => :development
That will do as the name implies
Nice tip Enrique
Brilliant! My logs are so fresh and so clean clean!