Use RubyMine and Docker for development (run and debug, before deployment for testing)
I'm trying to develop a Rails project without having to install Ruby and all server tools in my Windows local machine. I've created my Docker containers (Ruby and MySQL) and installed the Docker plugin on RubyMine 2016.1, however it seems not very practical for the development daily use, I mean the cycle develop, run, debug, just before deployment to test server. Am I missing something to make this workflow possible? Or isn't Docker suggested for this step in the development process?
Please sign in to leave a comment.
Hello, Juliano,
sorry for the delay. In case of Ruby installed to a Docker container you can add it to RubyMine as a remote interpreter (https://www.jetbrains.com/help/ruby/2016.1/configuring-remote-interpreters-via-ssh.html).
In addition, you may want to vote for the following request:
https://youtrack.jetbrains.com/issue/RUBY-17791