Return to site

Rubymine configure ruby sdk

broken image
broken image
broken image

I created a duplicate of this service configuration in docker-compose.yml, just changed the service name and tried to use it as remote interpreter in rubymine.

broken image

I was lucky and one service from docker-compose.yml could be used as remote interpreter without error. I cannot find any problems when running docker-compose on cli, using same setup like in rubymine settings:ĭocker-compose -f my-docker-compose.yml run -no-deps my-service /usr/bin/ruby -v The progress bar stalls with 'Fetching version string' and another popup opens saying 'Can't find ruby or interpreter path' Using /usr/bin/ruby in 'Ruby or version manager path' did not fix the issue. Readding Docker configuration as suggested by Olga had no effect. My setup uses plain ruby 2.5 installed at /usr/bin/ruby from alpine 3.9 package.

broken image