Mock Terminal Console/Live Command Updates in Ruby on Rails
Posted
by Alex
on Stack Overflow
See other posts from Stack Overflow
or by Alex
Published on 2010-04-02T09:19:18Z
Indexed on
2010/04/02
9:23 UTC
Read the original article
Hit count: 243
ruby-on-rails
|rails
In my app, a user can run a script, and if it is run in the terminal, it shows a nice progress bar, how would I replicate this in rails? I mean I could do like something between the two to communicate, but I would prefer if it would just show a "live" shell output.
Thanks :)
© Stack Overflow or respective owner