Skip to content

Instantly share code, notes, and snippets.

@dmitriy-kiriyenko
dmitriy-kiriyenko / log_assets_quietly.rb
Created November 22, 2012 09:45
Cool logging snippets
# This silences assets logger.
# Till https://github.com/rails/rails/issues/2639 is resolved
# this is the only way to have a reasonable logs.
# Someone, please, study
# - https://github.com/rails/rails/pull/3741
# - https://github.com/rails/rails/pull/3795
# and submit a correct pull request as suggested.
#
# Solution taken from http://stackoverflow.com/questions/7471606/dont-log-asset-requests-in-rails-3-1-in-development-mode