Rubymine finds some model fields, but not others

In my codebase, I have a lot of activerecord models, and an up to date schema.rb.  However, rubymine continues to insist that some fields are not valid even though they exist in the database and in the schema.rb.  I haven't yet determined if there is a pattern as to which fields are not being found, but this is a bit annoying.  Does anyone else experience this or have tips about how I can force an override, aside from pasting the no-inspect comment above every line that references one of the fields that are not being found?

Thanks,
Steve

0
1 comment
Avatar
Permanently deleted user

We do receive such reports from time to time and do our best to fix them.
As soon as you identifies the pattern and will have test project to reproduce the problem please file a bug in our tracker (http://youtrack.jetbrains.com/issues/RUBY)

Regards, Oleg.

0

Please sign in to leave a comment.