Gmane
From: Thomas Fuchs <thomas@...>
Subject: Re: How to get offline Rails' API manual ? I really need it ...
Newsgroups: gmane.comp.lang.ruby.rails
Date: 2005-04-02 15:34:34 GMT (3 years, 28 weeks, 18 hours and 43 minutes ago)
or,

1. Download Rails sources (svn export 
http://dev.rubyonrails.org/svn/rails/trunk target_dir)
2. cd target_dir/railties
3. rake
4. This gives you a target_dir/rails/doc/api/index.html, containing the 
complete Rails API docs.

Am 02.04.2005 um 17:22 schrieb Alexey Verkhovsky:

> Arie Kusuma Atmaja wrote:
>
>> How to get offline Rails' API manual ? I really need it ...
>
> 1. Download Rails sources.
> 2. cd rails/actionpack; rake rdoc
>    This creates API documentation as HTML files in 
> rails/actionpoack/doc directory
> 3. Repeat the same for rails/activerecord etc
>
>
>
> _______________________________________________
> Rails mailing list
> Rails@...
> http://lists.rubyonrails.org/mailman/listinfo/rails
>