aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/Rakefile
diff options
context:
space:
mode:
authorTyler Rick <tyler@tylerrick.com>2013-07-25 11:54:24 -0700
committerTyler Rick <tyler@tylerrick.com>2013-07-25 11:54:24 -0700
commit9affba83f5adc8c7a904ab0a3e4beef3307cd797 (patch)
tree4384ebfc21a3e03fc710c73313a69f6ca14eb196 /actionview/Rakefile
parentfb97a7d87b296597892ca5282410d6e875bbc3b5 (diff)
downloadrails-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 'actionview/Rakefile')
0 files changed, 0 insertions, 0 deletions