Where's the best RDoc resource?

M

Martin Boese

Best resource is your local machine:

Run 'gem_server' and open http://localhost:8808/

Alternatively you should find your rdoc html files for your gems (rails etc..)
somewhere in /usr/lib/ruby/gems/1.8/doc .... (see 'gem environment GEM_PATH')

If you don't want to use a mouse try 'ri' (e.g. 'ri ActiveRecord::Base')

Martin
 
S

Stefano Crocco

Best resource is your local machine:

Run 'gem_server' and open http://localhost:8808/

Alternatively you should find your rdoc html files for your gems (rails
etc..) somewhere in /usr/lib/ruby/gems/1.8/doc .... (see 'gem environment
GEM_PATH')

If you don't want to use a mouse try 'ri' (e.g. 'ri ActiveRecord::Base')

Or hetter, install fast-ri:

gem install fastri

Stefano
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top