Skip to content
  • Tyler Rick's avatar
    9affba83
    Remove $VERBOSE = nil from tasks.rb · 9affba83
    Tyler Rick authored
    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.
    9affba83
    Remove $VERBOSE = nil from tasks.rb
    Tyler Rick authored
    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.
Loading