From: Feng Tien Date: 2007-11-27T14:55:23+09:00 Subject: Re: Executing ruby script on a Dreamhost account? Also forgot to ask, would executing ruby code online be easier with Rails? I've built a program for work and I'd like to make this avaliable for my co-workers without them having to configure a ruby install and running thru command line. It scraps a few pieces of data off of google and then outputs it to an xml. I'm sure I can figure out how to program it so it outputs an html file. What I'd really like to do is: Have a simple page, user pastes in a list of urls in a input box. when they submit... My program will grab each url one by one and run my scraper method with the url and it will output an html file. -- Posted via http://www.ruby-forum.com/.