Commit a6a1f968d8a18871bc2fdb575b962fca4a28762d

Authored by Antonio Terceiro
1 parent 826386d0

Autoflushing

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
script/sample-profiles
1 1 #!/usr/bin/env ruby
2 2 require File.dirname(__FILE__) + '/../config/environment'
3 3  
  4 +# turn on autoflush
  5 +STDOUT.sync = true
  6 +
4 7 environment = Environment.default
5 8  
6 9 places = [
... ...