Hi Rich, > So, recalling some noise about 1.8.4 and Rails being incompatible, I > edited "instiki" to use /usr/bin/ruby. This allowed me to get to the > "Creating Home Page" page!
Just be aware that you're running in production mode. > That page seemed to run OK, but I got a long list of nastygrams from > the server: > > "GET /ontiki/new/HomePage HTTP/1.1" 200 3858 > > - -> /ontiki/new/HomePage > > ./lib/bluecloth_tweaked.rb:85: warning: already initialized constant > >Version > > ./lib/bluecloth_tweaked.rb:88: warning: already initialized constant > >SvnRev > > ./lib/bluecloth_tweaked.rb:91: warning: already initialized constant SvnId > > ./lib/bluecloth_tweaked.rb:94: warning: already initialized constant > >SvnUrl > > ./lib/bluecloth_tweaked.rb:100: warning: redefining constant > >Struct::RenderState > > ./lib/bluecloth_tweaked.rb:100: warning: already initialized constant > >RenderState > > Is this just more of the same sort of cruft that is causing the tests to > yelp? Ignorable warnings :-) bluecloth_tweaked is, well, a tweaked version of BlueCloth (Markdown) for Instiki. When you require it it overrides certain perviously defined constants, which makes Ruby complain. HTH, Assaph _______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
