Hi Guys,
What command I should use to flush html head to client in my layout.rhtml?
I've tried "$stdout.flush" but weird, the CSS total time seems to be longer after using the flush.
Given that on a normal rails app $stdout doesn't go anywhere (except possibly a log file somewhere), what were you trying to do ?
Fred