Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Turn Off Rubymine Gem Manager?

Tags:

node.js

ruby

I have been developing node projects much more often than Ruby projects recently.

I have mostly gotten RubyMine to play nicely with node and NPM, but every time I open a project the event bubble shows some of the gems required are not installed and my project does not have a Gemfile or any files ending in .rb

I know understand the implications of using a Ruby focused IDE but I recall it is just a rebranded version of WebStorm with added Ruby features...

like image 456
Blair Anderson Avatar asked Oct 21 '22 03:10

Blair Anderson


1 Answers

preferences > Editor > Ruby > Gems and gem management > Missing Gem

Note: this is on a per project basis. I now have a starter template where I am keep the .idea folder and it's contents so that these settings are used for each project.

I am sure the previous answers used to be right. These settings are based on

RubyMine 2020.3.2     
Build #RM-203.7148.67, built on January 26, 2021

Screenshot of RubyMine Settings

like image 84
Willard Moore Avatar answered Nov 01 '22 14:11

Willard Moore