i’m working on a rails app that calls a ruby script which writes to
$stdout. i’d like somehow intercept that text and write it in realtime
(usuing ajax?) to the web browser. does anyone have general (or
specific)
hints about how to approach this?
i can’t change the code of the the called script, which is currently
called
using backticks.