How to set up rails in Intellij Idea

I have IntelliJ Idea 11 with a Ruby plugin. I am trying to set up a project, but the IDE does not recognize my views as a module. It just adds other folders (controllers, db, config) Am I doing something wrong?

Cant see views here nor in my project

thanks

+7
source share
1 answer

Create a new project using the wizard for the root of your rails application (from scratch, Ruby module, add a Ruby on Rails facet, Use an existing Rails application ):

use existing rails application

+11
source

All Articles