Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.26 KB

rubymine_setup.md

File metadata and controls

24 lines (16 loc) · 1.26 KB

Rubymine IDE Setup



1. If you ran the `awetestlib rubymine_setup` command, you should now have a folder called "sample_rubymine" in the directory you ran the command in. Open Rubymine and go to Open Directory...

rubymine1


2. You can view the different configurations from the config dropdown. We have provided a sample "Demo" config which runs the demo.rb script. To create new configurations, go to Edit Configurations...

rubymine2


3. In the configuration window, you can see the arguments for the Demo configuration. To create a new configuration for a new script, simply copy the Demo configuration and change the path to the script you want to run in the "Script arguments:" section.

rubymine3


4. Once you have the script configurations set, you can select the config you want to run from the dropdown and hit the Play button. The script will now start to run within the IDE.

rubymine4