On 2010-06-21 09:49 -0700 Tixiv wrote:> Just started out with ruby, webgen...
>
> I get an error:
> NoMethodError at /manage_website
> undefined method `escapeHTML'' for Innate::Helper::CGI:Module
> C:/Ruby19/lib/ruby/gems/1.9.1/gems/webgen-0.5.12/data/webgen/webgui/
> view/manage_website.xhtml: in block in compile, line 16
>
> see also:
> http://i.imgur.com/xes4v.jpg
>
> I''m using ruby 1.9.1 (not recommended)
Did you install the correct Ramaze version, i.e. Ramaze 2009.04? I have
not tested the webui with newer versions! You may need to download
the .gem file yourself and install manually since it seems that this
version is not available on the central gem repo anymore. Also note that
the webgui is currently unmaintained....
Besides, everything the webgui is able to do, the webgen command also
do. And you can get a preview of all available website styles on the
webgen homepage, just have a look at
http://webgen.rubyforge.org/documentation/reference_website_styles.html
(this is the only feature the webgui has that the webgen command does
not have).
You can easily create a website by running
webgen create MYSITE
Best regards,
Thomas