[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

debugging instiki

Xiangrong Fang

12/20/2004 5:47:00 AM

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




2 Answers

Bill Atkins

12/20/2004 7:03:00 AM

0

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"


Giovanni Intini

12/20/2004 8:25:00 AM

0

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 :)