Wilson Bilkovich wrote: > I just built this using the free version of Visual C 2k3. > I've never used ERuby, so don't bet your business on this, but it runs > the examples that come with ERuby 1.0.5: > http://supremetyrant.com/ruby/eruby.zip Woo-hoo!!! Thank you, thank you, thank you. It works ... including my beloved ERuby.import. > Are you using Rails? I think that the code you pasted looks really > un-Ruby-ish, and you could really clean it up via content_for, or > something similar. Nope, not using Rails ... yet! This is the first web site I'm rubifying from PHP. It's a "pseudo-dynamic" static web site which means no database, pure .rhtml (formerly .php) files, with a sprinkling of "showUntil(20060701)" and "pictureOfTheDay()" type functions/methods to make it look like it changes every day or so even though it's really updated only once every couple of weeks. Once I've learned enough Ruby, I'll tackle Rails ... and will definitely look up content_for and strive to produce more Ruby-ish and less rubbish code :) -- Posted via http://www.ruby-forum.com/.