Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 839 Bytes

File metadata and controls

20 lines (13 loc) · 839 Bytes

RubyMine / Toolbox App

In this step we will install our main IDE (RubyMine). Download the Toolbox App and install then RubyMine. The Toolbox App gives you a list of all your projects.

Follow this guide to install the command line tools. Then you can use the command mine . to open the current folder in RubyMine.

If this fails, you might want to change the permission of the /usr/local/bin folder, using following command:

sudo chown -R $(whoami) /usr/local/bin

Useful RubyMine Plugins:

  • GitLink: links Files to Github so that you can open remotely on right-click.