From: Paolo Montrasio Date: 2009-06-20T05:29:47+09:00 Subject: Re: Ruby like Php Giuseppe Caruso wrote: > Hi, I am studying Ruby for web development and I was guessing if there > is a way to use Ruby, embedded into the html code like one can do with > Php. > I know that this could not be such a popular topic here, but I think it > would be really great to use it "on the fly" in web pages. > I knew that mod_ruby is practically abandoned, could Phusion Passenger > be a solution? You may want to look at ERb (embedded Ruby) or at frameworks like Rails (which uses ERb). In both ways you'll end up writing html pages with Ruby code embedded between <% %> pairs. Paolo -- Posted via http://www.ruby-forum.com/.