I just finished up a ruby basics course on teamtreehouse and I’m sitting
here thinking of what I want to make to demonstrate to myself that I
grasped what I learned.
I have a plan to write a program to automate setting up new hire files
and folders on a network directory at my work at the click of a button.
It might be nice to have a GUI for it instead of running it through the
command line.
First off, is this possible to run ruby with javascript and html without
running it through a server?
I’m trying to think of different ways I would get ruby to speak with
javascript. My first thought was to use a JSON file to produce url links
from in my webpage, but I have no idea how I would run the ruby program
from the web page.
probably a dumb question. Im trying to come up with a good project to
get some confidence in bare bones ruby before I pursue ruby on rails or
sinatra.
I’m not sure how to link Ruby to it, but on Windows you can combine
VBScript and JavaScript by using a “HTA” file. That might be somewhere
to start looking.
I have a plan to write a program to automate setting up new hire files
and folders on a network directory at my work at the click of a button.
It might be nice to have a GUI for it instead of running it through the
command line.