I use precise64and install Ruby 2.0.0p481and Rails 4.1.1 on it. I managed to set up a connection in Rubymine with VM and even run a ruby script. But I don’t understand how to work with Ruby on Rails projects. I am creating an empty project since I really do not understand how to create a Rails project through the remote SDK in Rubymine. So, I create rails projects in a virtual machine with a Git shell and upload it to the local machine through Rubymine. As far as I understand, I have to add the Rails configuration in the section Run/Debug Configurations, but when I try to do this, I get Rails sever launcher wasn't found in project.
Can anyone help or share the link in the manual?
source
share