nuno wrote:
Hello, I need to download the api doc and would like to avoid vaccuuming api.rubyonrails.org
Is there a .chm version ? Or at least a zipped html version somewhere ?
When you install Gems, the relevant HTML documentation (RDoc) is generated for you. If you open a command window and type
> gem_server
you should see something like:
[2006-08-26 15:23:26] INFO WEBrick 1.3.1 [2006-08-26 15:23:26] INFO ruby 1.8.2 (2004-12-25) [i386-mswin32] [2006-08-26 15:23:26] INFO WEBrick::HTTPServer#start: pid=1828 port=8808
You should then be able to browse http://localhost:8808/ to see the documentation.
regards
Justin