From: Conor Hunt Date: 2006-06-01T13:14:30+09:00 Subject: Re: Ruby Manual Nathaniel is using my software Rannotate (http://rubyforge.rannotate.org) to run the site. I had previously released the same documentation at http://ruby.outertrack.com. There are unfortunately a few major issues with documenting Ruby using Rannotate right now. One issue is mixins. For example with String you will see a to_yaml() method even though that method is only available if you do "require 'yaml'". This is a major issue because you will also find that mixins that override String methods (jcode etc.) will wipe out the String RDoc with their RDoc. I have implemented some RDoc patches and major code changes to Rannotate to fix the various issues and I will be releasing this soon to http://ruby.outertrack.com. -- Conor - http://www.conorhunt.com/techblog/ unknown wrote: > On Wed, 31 May 2006, Nathaniel Brown wrote: > >> Nathaniel S. H. Brown� � �� ��� �� �� �� �� �http://nshb.net >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > is it running in testing mode? > > harp:~ > time curl > 'http://www.rubymanual.org/list/methods/ruby/1.8.4' >/dev/null 2>&1 > real 0m13.765s > user 0m0.020s > sys 0m0.030s > > also the methods are throwing errors for me > > harp:~ > curl > 'http://www.rubymanual.org/class/URI%3A%3AGeneric/%2B/1.8.4' > 2>/dev/null|grep title > Action Controller: Exception caught > > > regards. > > > > -a -- Posted via http://www.ruby-forum.com/.