On 10/16/06, Vince /. <totalharmonicdistortion / hotmail.com> wrote: > Jan Svitok wrote: > > On 10/16/06, Vince /. <totalharmonicdistortion / hotmail.com> wrote: > >> Is support for eRuby this bad on the windows platform? > > ERB is a pure-ruby replacement of eRuby, with a bit differrent usage. > > You can use it via CGI, Webrick or Mongrel. For more information, > > please search archives for eruby. > > I have searched the forums for eruby but I havent had much luck. It > seems that Apache + Windows isn't the right combination for ruby web > scripting at this time. Ok then. http://www.hiveminds.co.uk/node/3094 show how to setup eruby + apache. Even easier is Webrick's ERBHandler. Just start Webrick, and it will feed .rhtml files into ERB. See http://www.ruby-forum.com/topic/82003