From: Brian Candler Date: 2009-01-07T04:13:24+09:00 Subject: Re: Novice question about rdoc LAMBEAU Bernard wrote: > rake rdoc generates the documentation only the first time. After, it > does not generate anything unless I remove the doc/html folder. Try: rake rerdoc # Rebuild the rdoc files from scratch, even if they are not out # of date. -- Posted via http://www.ruby-forum.com/.