There´s a very nice version of the Rails 0.13.1 docs in CHM format here:
http://dema.ruby.com.br/articles/2005/08/16/rails-docs-in-chm-format
CHM is the Windows Help File format. This explains how to generate Rails documentation as a Windows Help file for installations running on Microsoft Windows.
It assumes that Ruby is installed on c:\ruby and rails 0.10.0 or newer is installed.
c:
cd \ruby\lib\ruby\gems\1.8\gemsrdoc -f chm -o chm_folder actionmailer-0.7.0 actionpack-1.5.0 actionwebservice-0.5.0 activerecord-1.7.0 activesupport-1.0.0 rails-0.10.0 gem -list’)NOTE: As an alternative, you can just run rdoc like:
rdoc -f chm -o chm_folder action* rails-*chm_folder.chm output generation requires that Microsoft’s Html Help Workshop is installed.
RDoc looks for it in:
c:\Program Files\HTML Help Workshop\hhc.exe
You can download a copy for free from:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp
Chmox is a CHM reader for OS X.
There´s a very nice version of the Rails 0.13.1 docs in CHM format here:
http://dema.ruby.com.br/articles/2005/08/16/rails-docs-in-chm-format
CHM is the Windows Help File format. This explains how to generate Rails documentation as a Windows Help file for installations running on Microsoft Windows.
It assumes that Ruby is installed on c:\ruby and rails 0.10.0 or newer is installed.
c:
cd \ruby\lib\ruby\gems\1.8\gemsrdoc -f chm -o chm_folder actionmailer-0.7.0 actionpack-1.5.0 actionwebservice-0.5.0 activerecord-1.7.0 activesupport-1.0.0 rails-0.10.0 gem -list’)NOTE: As an alternative, you can just run rdoc like:
rdoc -f chm -o chm_folder action* rails-*chm_folder.chm output generation requires that Microsoft’s Html Help Workshop is installed.
RDoc looks for it in:
c:\Program Files\HTML Help Workshop\hhc.exe
You can download a copy for free from:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp
Chmox is a CHM reader for OS X.