1

This happened right after i did a restart; Ruby mine detects files at root directory but does not detect folders.

enter image description here enter image description here

What caused this? What should I do to fix it?

james
  • 515
  • 4
  • 14
  • Check in the bottom right corner if Rubymine is indexing - it recursively searches through the folders and files and since it runs in the JVM it sometimes just takes forever. – max Jan 24 '16 at 14:30

1 Answers1

3

Not sure what's causing this, but you can close RubyMine, delete .idea folder of your project and reopen it.

Dennis Ushakov
  • 1,107
  • 8
  • 11