4
votes

I have a Grails project that depends on a couple of ruby gems being installed. All of our developers have RVM installed and thus we have an .rvmrc file in our project directory to switch to the appropriate ruby and gemset.

Is there a way to have IntelliJ automatically read the .rvmrc even though the project needs the SDK to be set to a JDK?

Note: I've looked at the IntelliJ ruby plugin and couldn't see a way to get it to load the .rvmrc but not be the only SDK.

1

1 Answers