Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to configure rails in Intellij Idea

I have a IntelliJ Idea 11 with Ruby Plugin installed. Im trying to configure a project but the IDE doesn't 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

like image 401
Rafalages Avatar asked Aug 15 '12 19:08

Rafalages


1 Answers

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

use existing rails application

like image 68
CrazyCoder Avatar answered Nov 04 '22 08:11

CrazyCoder