Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>Browser-based Solution</strong> – <em>Updated Oct 19, 2017</em></p> <p><a href="https://devdocs.io/offline" rel="nofollow noreferrer">DevDocs</a> (<a href="https://devdocs.io/" rel="nofollow noreferrer">https://devdocs.io/</a>) uses your browser's IndexedDB to store the documentation you want. Make sure you follow the instructions on how to install the docs before you go offline.</p> <hr> <p>For <strong>macOS</strong> try <a href="http://kapeli.com/dash" rel="nofollow noreferrer">Dash</a></p> <p>For <strong>Windows/Linux</strong> try <a href="https://github.com/zealdocs/zeal" rel="nofollow noreferrer">Zeal</a></p> <p>For <strong>packaged HTML</strong> try <a href="https://rubydocs.org/" rel="nofollow noreferrer">RubyDocs</a></p> <p><strong>Manual Download</strong>:</p> <p>I used this commands on my server so I could get the files faster (they were cached, go figure).</p> <p><code>wget -r -k -p http://api.rubyonrails.org/</code></p> <ul> <li>r - recursive </li> <li>k - convert links to point to local files </li> <li>p - get all images, etc needed to display the html pages</li> </ul> <p>Then I compress the folder so I can download it without overhead.</p> <p><code>rar a -r rails_api.rar api.rubyonrails.org/</code></p> <ul> <li>a - add files</li> <li>r - recursive</li> </ul> <p><a href="https://gist.github.com/2149669" rel="nofollow noreferrer">https://gist.github.com/2149669</a></p> <p><strong>YARD Server</strong></p> <p>I prefer the yard format over rdoc. </p> <ol> <li>Install the gem <code>gem install yard</code>, </li> <li>Regenerate all the documentation <code>gem rdoc --all --overwrite</code>, and</li> <li>Run the server for the gems <code>yard server --gems</code>.</li> </ol>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload