Whenever I create a project from existing files by cloning a repository, the options run rails script and run rails generators don’t appear under tools.
It’s like RubyMine doesn’t recognize the project as a rails application. How do I solve this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Accidentally the
.ideafolder was pushed to Git and then later pulled.Removing
.ideafrom the root of the project and restarting RubyMine solved the problem.