RubyMine #824 not indexing files some files in app/cells
Hi,
I use the cells plugin in my application, and it stores it's views in
app/cells/[cellname]/foo.html.erb
Since the upgrade to #824, these files are not being indexed (can't get
to them from ctrlshiftN). For an app that uses cells extensively, this
is pretty brutal since there is no way to navigate to all the views
except via the file tree.
Please sign in to leave a comment.
Hello Charles,
Please try to use File | Invalidate Caches and restart RubyMine. There were
no changes to the file indexing logic.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Yep, that worked, I read your tip here
http://www.jetbrains.net/devnet/message/5235394#5235394 and decided to
give it a try.
cheers,
Charles
Dmitry Jemerov wrote:
>> I use the cells plugin in my application, and it stores it's views in
>> app/cells/[cellname]/foo.html.erb
>>
>> Since the upgrade to #824, these files are not being indexed (can't
>> get to them from ctrlshiftN). For an app that uses cells
>> extensively, this is pretty brutal since there is no way to navigate
>> to all the views except via the file tree.