Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ruby settings in Intellij idea

this is probably v obvious, but I can not find where the ruby interpeter path - as well as whatever other ruby settings are available - in the Intellij Project Settings, compiler, plugins, etc.

I do have the ruby plugin installed with the latest version and am using intellij 12.0.4 ultimate.

thanks for the (probably v easy) advice.

like image 682
WestCoastProjects Avatar asked Mar 31 '13 20:03

WestCoastProjects


People also ask

Can you use Ruby in IntelliJ?

IntelliJ IDEA supports the reference implementation of Ruby (Ruby MRI) and alternative implementations, such as JRuby or TruffleRuby. Before installing the Ruby interpreter, you need to install the dependencies required to compile Ruby on your machine.

How do I get Ruby in IntelliJ?

Install the Ruby pluginIn the Settings/Preferences dialog ( Ctrl+Alt+S ), select Plugins. Find the plugin in the Marketplace and click Install.

Can I use IntelliJ for Ruby on Rails?

IntelliJ IDEA is an integrated development environment (IDE) that helps you be more productive in every aspect of Ruby/Rails projects development - from writing and debugging code to testing and deploying a completed application. IntelliJ IDEA is available for different platforms including macOS, Windows, and Linux.

Where is file settings in IntelliJ?

To configure project settings, select IntelliJ IDEA | Preferences on macOS or File | Settings on Windows and Linux from the main menu. Alternatively, you can press Ctrl+Alt+S to show the IDE settings.


1 Answers

In IntelliJ IDEA all the SDKs can be configured in File | Project Structure | SDKs.

like image 187
CrazyCoder Avatar answered Sep 16 '22 21:09

CrazyCoder