From: Tim Pease Date: 2008-05-07T12:35:41+09:00 Subject: Re: Ruby in HTML On May 6, 2008, at 8:12 PM, Jeff Miller wrote: > Hello, > I've been googling this, but with no concrete answers... Ruby 186-26 > is > installed on my system - I was wondering if I could use Ruby in HTML > files that are just on my local machine. Thus far I've been > unsuccessful. I'd just like to do some reading of local files and > parsing then show it in the browser. Can I do this with Ruby? If so, > any > suggestions as to how? > Might you be looking for something like Webby? It's a tool for generating HTML files from other text files containing markup (textile, markdown, haml, or HTML with embedded Ruby). It includes the Heel webserver for displaying local pages after they are rendered. Read through the Webby tutorial and see if that meets your needs. Blessings, TwP