Appearance
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:
bash
sudo chown -R $(whoami) /usr/local/bin
Useful RubyMine Plugins:
- GitLink: links Files to Github so that you can open remotely on right-click.