[Rails] Re: Offline documentation for ruby on rails

2009-07-31 Thread Frederick Cheung
On Jul 30, 3:01 pm, Hassan Schroeder wrote: > On Thu, Jul 30, 2009 at 11:28 AM, Marnen > > Laibow-Koser wrote: > >> there. Running "gem server" and going tohttp://localhost:8808in a > >> browser shows me the rdoc for all the installed gems, including Rails. > > > Really?  On my system, Rails is

[Rails] Re: Offline documentation for ruby on rails

2009-07-30 Thread Aashish Kiran
Frederick Cheung wrote: > On Jul 30, 11:33�am, Hassan Schroeder > wrote: > > What I do is run rake doc:rails which creates the same docs as on > api.rubyonrails.org (ie all the frameworks on one page). Then I serve > that locally and point the rdoc widget at it (so that I get search). > > Fred

[Rails] Re: Offline documentation for ruby on rails

2009-07-30 Thread Hassan Schroeder
On Thu, Jul 30, 2009 at 11:28 AM, Marnen Laibow-Koser wrote: >> there. Running "gem server" and going to http://localhost:8808 in a >> browser shows me the rdoc for all the installed gems, including Rails. > > Really?  On my system, Rails is one of the gems that does *not* show an > rdoc link whe

[Rails] Re: Offline documentation for ruby on rails

2009-07-30 Thread Marnen Laibow-Koser
Hassan Schroeder wrote: [...] > I don't know about the "windows" part, but on my system it's already > there. Running "gem server" and going to http://localhost:8808 in a > browser shows me the rdoc for all the installed gems, including Rails. Really? On my system, Rails is one of the gems that

[Rails] Re: Offline documentation for ruby on rails

2009-07-30 Thread Philip Hallstrom
> can any one tell how to generate Offline documentation for ruby on > rails on windows If you just want a copy of it and don't want to genereate it yourself... http://www.railsbrain.com/ Be nice though and download a copy rather than use up their bandwidth... Pretty nice interface to searchi

[Rails] Re: Offline documentation for ruby on rails

2009-07-30 Thread Frederick Cheung
On Jul 30, 11:33 am, Hassan Schroeder wrote: > On Thu, Jul 30, 2009 at 8:21 AM, Aashish > > Kiran wrote: > > can any one tell how to generate  Offline documentation for ruby on > > rails on windows > > I don't know about the "windows" part, but on my system it's already > there. Running "gem se

[Rails] Re: Offline documentation for ruby on rails

2009-07-30 Thread Hassan Schroeder
On Thu, Jul 30, 2009 at 8:21 AM, Aashish Kiran wrote: > can any one tell how to generate  Offline documentation for ruby on > rails on windows I don't know about the "windows" part, but on my system it's already there. Running "gem server" and going to http://localhost:8808 in a browser shows me

[Rails] Re: Offline documentation for ruby on rails

2009-07-30 Thread Marnen Laibow-Koser
Aashish Kiran wrote: > hi, > can any one tell how to generate Offline documentation for ruby on > rails on windows Rake will do it for you -- look at rake -T to see the appropriate tasks. railsbrain.com and railsapi.com also offer downloadable versions of their Rails docs. Best, -- Marnen Lai