You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to generate an ERD for a project I'm working on and keep getting errors like these:
Warning: Ignoring invalid association :survey_questions on Program (model SurveyQuestion exists, but is not included in domain)
Warning: Ignoring invalid association :saved_matches on Program (model SavedMatch exists, but is not included in domain)
There are a ton of these and the resulting diagram is missing all of those tables (which makes sense, given the warnings).
Just not sure the cause or fix for this. (FYI upgrading to Rails 6.0+ is not an option at this point)
Thoughts?
Rails-erd: 1.5.2 & 1.6.0
Rails 5.2.4.4
The text was updated successfully, but these errors were encountered:
All migrations are done but this error still persists. How do I force all models to be included? I don't care about domains, this is legacy code and I just want to understand it so I can make updates or replace it with new code in a different project.
The associations/models not included for me are models that have custom table names and associations that are polymorphic. I would like to be able to include those. I thought perhaps this comment would be helpful?
Trying to generate an ERD for a project I'm working on and keep getting errors like these:
There are a ton of these and the resulting diagram is missing all of those tables (which makes sense, given the warnings).
Just not sure the cause or fix for this. (FYI upgrading to Rails 6.0+ is not an option at this point)
Thoughts?
Rails-erd: 1.5.2 & 1.6.0
Rails 5.2.4.4
The text was updated successfully, but these errors were encountered: