I am watching a Rails project that I would like to work with using IntelliJ 15.0.3 (full version) under Ubuntu 15.10.
The project is built using the "bundle install". Rails are run from the command line using "rails s". IntelliJ (and RubyMine 8.0.3) does not want to run Rails, but complains about "[No Rails found in SDK]".
I tried using the default ruby โโin Ubuntu. I tried compiling Ruby 2.3.0 and installing it in my home folder. There is a binary rail next to a ruby โโbinary. Pearls set. I cannot use jruby for this project, since gems with native extensions are needed.
I suspect I might hit a bug in the Ruby plugin. Can I use a workaround or similar?
java intellij-idea ruby-on-rails rubymine
Thorbjรธrn Ravn Andersen
source share