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?
Mailo source
share