Where can I download latest RubyMine 2017.2.x?

The RubyMine 2017.3 update broke two things related to my Minitests.

1. Minitests reports are not working. I only get the following console output.

RubyMine reporter works only if it test was launched using RubyMine IDE or TeamCity CI server !!!

2. I cannot debug tests since RubyMine seems to look for the ruby-debug-ide gem in the old version's folder and produces this output:

-e:1:in `load': cannot load such file -- /home/martin/.RubyMine2017.2/system/ruby_stubs/-1746875876/1322250864/gems/ruby-debug-ide-0.6.0/bin/rdebug-ide (LoadError)
    from -e:1:in `<main>'

However, debugging my Rails development environment does seem to work. I'm using docker-compose with different services for development, production and test.

I urgently have to fix many broken tests, so it is really important for me right now to debug those failing test cases (and get good reports on what is failing). Due to the observed problems, RubyMine 2017.3 is a no-go for me right now.

https://www.jetbrains.com/ruby/download/previous.html only lists 2017.1 as latest and no 2017.2 version. Where can I download the old 2017.2 version and how can I migrate my RubyMine project back to 2017.2?

Thanks

Martin

0

Hello Martin,

sorry for that inconvenience. The first issue you've also reported on our tracker (https://youtrack.jetbrains.com/issue/RUBY-20560) so please follow it.

As for the second one, have you added debugger gems with necessary version to the Gemfile (https://www.jetbrains.com/help/ruby/2017.3/configuring-remote-interpreters-via-docker-compose.html)? If not then please update it, re-build docker-compose and re-add Docker SDK.

The previous version you can download from here: https://download.jetbrains.com/ruby/RubyMine-2017.2.4.tar.gz

0

请先登录再写评论。