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