diff options
author | Tyler Rick <tyler@tylerrick.com> | 2013-07-25 11:54:24 -0700 |
---|---|---|
committer | Tyler Rick <tyler@tylerrick.com> | 2013-07-25 11:54:24 -0700 |
commit | 9affba83f5adc8c7a904ab0a3e4beef3307cd797 (patch) | |
tree | 4384ebfc21a3e03fc710c73313a69f6ca14eb196 /railties/lib/rails/generators/js/assets | |
parent | fb97a7d87b296597892ca5282410d6e875bbc3b5 (diff) | |
download | rails-9affba83f5adc8c7a904ab0a3e4beef3307cd797.tar.gz rails-9affba83f5adc8c7a904ab0a3e4beef3307cd797.tar.bz2 rails-9affba83f5adc8c7a904ab0a3e4beef3307cd797.zip |
Remove $VERBOSE = nil from tasks.rb
Permanently setting $VERBOSE to nil causes unwanted side effects (warnings generated by app code are
silenced when triggered by a rake task but visible otherwise). silence_warnings {} would be safer to
use here since it resets $VERBOSE back to what it was when the block finishes.
Diffstat (limited to 'railties/lib/rails/generators/js/assets')
0 files changed, 0 insertions, 0 deletions