Rails 2.x Application for RubyMine 3.1

I upgraded to rubimine 3.1 and now Rubymine will take the whole project as a rails 3 project, but I don’t. Some of you are facing this problem. Ruby mine launches this message when I try to run an application

Run configuration error: Rails 2.x starts instead of Rails 3.x. You need a '/ script / rails' script to start the Rails server. Update your server launcher according to the Rails 3.x documentation.

My final state - I can run rails 2.x application server from rubimine

Do you know how to achieve this?

+3
source share
1 answer

Rails 2.3 RubyMine 3.1 - ( → ) Ruby SDK Gems. . 2.x 3.x, .

+5

Source: https://habr.com/ru/post/1794113/


All Articles