I have a <textarea> which I want to use as a Ruby code editor on my HTML web page. I want to run the Ruby code using Javascript and use a <div> with an ID of output as a command line to output the results of the Ruby code, just like Codecademy.
from How can I execute Ruby code in a textarea and show the results in a HTML 'command line'?

No comments:
Post a Comment