How do I get IntelliJ to download my .rvmrc for a ruby-free project?

I have a Grails project that depends on installing a few ruby โ€‹โ€‹gems. All our developers installed RVM, and so we have a .rvmrc file in our project directory to go to the corresponding ruby โ€‹โ€‹and gemset.

Is there a way for IntelliJ to automatically read .rvmrc, even if the project needs an SDK to install in the JDK?

Note. I looked through the IntelliJ ruby โ€‹โ€‹plugin and could not see a way to download it .rvmrc, but not the only SDK.

+4
source share
1 answer
0
source

All Articles