[IDE & Editor] Rubymine に追加する設定

デバッグ。
プラグイン。

Contents

設定

こちらを参考に。

RubyMineの便利な機能 – クックパッド開発者ブログ

Remote Debugging

% gem install ruby-debug-ide
% gem install debase

RubymineでRailsのテストをデバッグする – Qiita

  • Test RESTful Web Service (Rubymine 内蔵機能)

Preferences

設定内の以下をチェックする。

  • no new line at end of file

plugins

  • PlantUML

補遺

Rubymine のショートカット4つを覚える | deadwood