Hi,<br><br> How can I start a Unix 'Tail -f' command and follow on web (Rails) the results?<br><br><br>The example below will not work because this method waits until the shell command is finished executing.<br>The same problem for 'popen'.
<br><br><%= %x{tail -f} %><br><br>