[macOS General] Ruby(るりま)と Rails(Rails Guide)の日本語版 Dash Docset をインストールする

Dash は API Documentation Browser です。

関係者の皆様、ありがとうございます。

Ruby

Dash をインストール後、必要なバージョンをクリックします。

Dash 用の Ruby リファレンスマニュアル (るりま) です。

Rails Guide

Dash の Docset をリポジトリから生成できます。

いまいまは ruby 2.4.0 が必要でした。

% git clone git@github.com:yasslab/railsguides.jp.git
% cd railsguides.jp
% bundle install --path .bundle
% cd guides
% bundle exec rake guides:generate:dash GUIDES_LANGUAGE=ja
% open output/dash/ja/ruby_on_rails_guides_local.ja.docset

参考ソース