Server/Client are the same box. Creating a UI to run ruby test scripts locally.
I want something like executing an ActiveXObject:
w = new ActiveXObject("WScript.Shell");
w.run('test.rb');
File structure is as follows
>Project
-index.HTML
-custom.js
>Scripts
-Ruby Script
w.run('Scripts/test.rb');?