From: Jano Svitok Date: 2007-06-02T17:58:05+09:00 Subject: Re: Offline Rails Framework Documentation On 6/2/07, list. rb wrote: > I guess it's wget for the win? > > On 5/31/07, Daniel Lucraft wrote: > > > > List Rb wrote: > > > What am I doing wrong? Perhaps because when I installed rails I didn't > > > pass > > > the -y flag? > > > > > > Thanks in advance: > > > > That's exactly what I get. On the other hand, doesn't using the > > installed gems for docs mean that they will be split up into rails, > > activerecord etc...? > > > > best, > > Dan Ok, so some more things to try: 1. [1] says do rake rails:freeze:gems before rake doc:rails 2. if you don't want to freeze your rails app, create a new one and freeze that. 3. this is a Rails specific question now, so it'd better to ask on rails list/group - this is not a question of rdoc anymore, it's about how their rakefiles are set up. [1] http://squizlog.keithpitty.org/archives/000501.html (I didn't try this, I just googled, so I might be wrong.) Jano