I need to hack up a quick webpage that displays a log file in real time as contents get added to that file.
For example, it would be like a realtime 'tail -f error_log' type of command but would be constantly updated on the webpage.
Has anyone seen/heard/dreamt of a Ruby/Jquery solution already out there? (Plugin, gem, etc.)?
Thanks, Chad