Cannot resolve file in RubyMine
I am trying to use RubyMine (v6.3.3) for my rails project. After I added bootstrap-sass gem according its instruction in https://github.com/twbs/bootstrap-sass , RubyMine complains about the line I added in application.js file. However the file is actually in the scope of the projects' external libraries. The project itself works as expected, just this RubyMine warning annoyed me. Did I miss any step in configuration? It is confirmed to be a RubyMine issue. bootstrap-sass gem has added assets to the assets path, and that's why the project works. https://github.com/twbs/bootstrap-sass/blob