ERuby.import wants an absolute pathname. On Sat, 15 Feb 2003 18:32:02 -0800, kwatch wrote: > Hi, > > I have a question about mod_ruby and ERuby. > I want to separate presentation from logic, > and I create the following 2 files: > > logic.rhtml: > .======================================== > <% > username = 'ERUBY' > ERuby.import('presentation.rhtml') > %> > .========================================