From: Bill Atkins Date: 2004-12-20T16:02:47+09:00 Subject: Re: debugging instiki 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 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"