Rails: Flush HTML head

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.

Thanks!
Arthur

On Aug 10, 1:00 pm, Arthur C. [email protected]
wrote:

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