Adding ruby sdk in rubymine

broken image
broken image
broken image

Selected any items that need updating and then press the Update buttonĪfter that, RubyMine no longer plays nice and I get this error message: Error running Smoke Test: Cucumber Gem isn't installed for RVM: ruby-2.0.Wait until RubyMine downloads gems from the remote machine to local caches. Select the added SDK in the Ruby SDK and Gems page and click OK. Changeed the Ruby SDK and Gems settings to use the new ruby version (Under Ruby SDK) (Optional) If you specified a path to the version manager executable on the previous step, RubyMine suggests selecting the Ruby interpreter used to run a remote application.Click the Add icon and select New remote in. Installed RVM: \curl -L | bash -s stable -ruby Open the Settings/Preferences dialog and go to the Language & Frameworks > Ruby SDK and Gems page.Installed Homebrew: ruby -e '$(curl -fsSL )'.You can choose the project default Ruby SDK. Learn basic shortcuts and essential features. RubyMine will open the method definition within the ActiveRecord Rails module.Specify the desired Ruby interpreter. I decided to be the team guinea pig for updating to 2.0 todayĪnd ran into a blocking issue. In the Ruby SDK and Gems page, click the + button and select New remote: 3.

broken image

We were using the default version of Ruby on Mac OSX which I have also cross-posted on their forum: !topic/calabash-ios/cXLpGRIz_58 For some background info, I installed Cucumber by installing Calabash.

broken image