James Mckay
2006-Aug-07 13:43 UTC
[Rails] Documentation for downloading and reading offline
Is there anywhere that I can download the Ruby/Rails documentation & APIs so I can peruse it offline at leisure? I only have a dialup connection at home and going online all the time to access important documentation like that is a bit of a pain. -- Posted via http://www.ruby-forum.com/.
Mohit Sindhwani
2006-Aug-07 13:54 UTC
[Rails] Documentation for downloading and reading offline
James Mckay wrote:> Is there anywhere that I can download the Ruby/Rails documentation & > APIs so I can peruse it offline at leisure? I only have a dialup > connection at home and going online all the time to access important > documentation like that is a bit of a pain. >Go to the command line and type gem_server - then, point your browser to http://localhost:8808/ It should get you started... you can read the details about active_record, etc. offline :) Cheers Mohit.
James Mckay
2006-Aug-07 14:12 UTC
[Rails] Re: Documentation for downloading and reading offline
Mohit Sindhwani wrote:> James Mckay wrote: >> Is there anywhere that I can download the Ruby/Rails documentation & >> APIs so I can peruse it offline at leisure? I only have a dialup >> connection at home and going online all the time to access important >> documentation like that is a bit of a pain. >> > > Go to the command line and type gem_server - then, point your browser to > http://localhost:8808/ > It should get you started... you can read the details about > active_record, etc. offline :) > > Cheers > Mohit.Thanks. That''s a help, but it doesn''t give me everything. Rails is only available as www, not as rdoc, and there doesn''t appear to be any documentation for the core API in there. -- Posted via http://www.ruby-forum.com/.
Hammed Malik
2006-Aug-07 14:13 UTC
[Rails] Documentation for downloading and reading offline
You can download api docs in chm format here: http://delynnberry.com/pages/rails-chm-documentation/ Hammed On 8/7/06, James Mckay <rubyonrails@services.jamesmckay.net> wrote:> > Is there anywhere that I can download the Ruby/Rails documentation & > APIs so I can peruse it offline at leisure? I only have a dialup > connection at home and going online all the time to access important > documentation like that is a bit of a pain. > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060807/1d2b3a52/attachment.html
Greg Donald
2006-Aug-07 15:41 UTC
[Rails] Re: Documentation for downloading and reading offline
On 8/7/06, James Mckay <rubyonrails@services.jamesmckay.net> wrote:> Thanks. That''s a help, but it doesn''t give me everything. Rails is only > available as www, not as rdoc, and there doesn''t appear to be any > documentation for the core API in there.You can download most any website with wget''s mirror option: wget -m -np http://api.rubyonrails.com -- Greg Donald http://destiney.com/
Michael Siebert
2006-Aug-07 19:17 UTC
[Rails] Documentation for downloading and reading offline
get edge rails and "rake doc:rails". you''ll find a little present in /your/app/doc/api/* 2006/8/7, Hammed Malik <hammed@gmail.com>:> > You can download api docs in chm format here: > http://delynnberry.com/pages/rails-chm-documentation/ > > Hammed > > On 8/7/06, James Mckay <rubyonrails@services.jamesmckay.net> wrote: > > > Is there anywhere that I can download the Ruby/Rails documentation & > > APIs so I can peruse it offline at leisure? I only have a dialup > > connection at home and going online all the time to access important > > documentation like that is a bit of a pain. > > > > -- > > Posted via http://www.ruby-forum.com/. > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- Michael Siebert <info@siebert-wd.de> www.stellar-legends.de - Weltraum-Browsergame im Alpha-Stadium -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060807/9e96ae54/attachment.html