Debugging instiki

Thanks Bill, for your suggestion on instiki debugging... However, I am still a little confused, about how the MVC system work. I have encountered a bug in instiki. This bug seems to happen before flow control is handed to wiki.rb. I don't know where to locate the entry point of the WEBrick module...

Is there any tutorial material for WEBrick and Ruby on Rails?

Thanks in advance for any suggestions!

Shannon

A lot of the behind-the-scenes stuff is in
libraries/action_controller_servlet.rb. You should mention this to
David; he knows the internals better and would probably be able to
help track down the bug

Bill

ยทยทยท

On Mon, 20 Dec 2004 14:47:05 +0900, Shannon Fang <xrfang@hotmail.com> wrote:

Thanks Bill, for your suggestion on instiki debugging... However, I am still
a little confused, about how the MVC system work. I have encountered a bug
in instiki. This bug seems to happen before flow control is handed to
wiki.rb. I don't know where to locate the entry point of the WEBrick
module...

Is there any tutorial material for WEBrick and Ruby on Rails?

Thanks in advance for any suggestions!

Shannon

--
$stdout.sync = true
"Just another Ruby hacker.".each_byte do |b|
  ('a'..'z').step do|c|print c+"\b";sleep 0.007 end;print b.chr
end; print "\n"

This isn't the best thread to announce these things, but I would like
to start porting instiki to Rails ("rinstiki").

The porting goes against some of the instiki design principles,
especially "You need only Ruby" , but I think that a port would be
useful, at least for educational reasons.

If anyone wants to help... you have my e-mail :slight_smile: