I use the Ramaze framework http://ramaze.net
I also use my Windows laptop for programming.
I would like a directory structure like this
—> localhost:7000/ramazeapp1
—> localhost:7000/ramazeapp2
Basically I am looking for a Ruby server I can run on my Windows laptop
as a development server, of which I can have different apps and scripts
in each subfolder and all I have to do to run it, is enter the
appropriate web address in the web browser.
Is there a ruby server I can run on my Windows laptop where I put files
and folders into a [web] directory and it just runs in my web browser
automatically? I use the Ramaze framework http://ramaze.net , and I’m
not happy with entering ramaze start on the command line to run a server
for each Ramaze app I make. What if I want multiple Ramaze apps on the
same server?
I’d prefer to have a ruby server where I can have multiple Ramaze apps
running on the same server, in the same way how in wampserver/xampp I
can run phpbb forum and wordpress on the same server, not each
script/app be its own server.