This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |