voormedia / rails-erd

Generate Entity-Relationship Diagrams for Rails applications
http://voormedia.github.io/rails-erd/
MIT License
3.99k stars 365 forks source link

Supress warnings for tableless Rails models #390

Closed scarroll32 closed 2 years ago

scarroll32 commented 2 years ago

Closes https://github.com/voormedia/rails-erd/issues/389

Please note this approach still allows users to specify the Rails models if they want to see them on their graph, it just doesn't complain if the Rails generator has not been run and tables created.

scarroll32 commented 2 years ago

Hmmm, I should probably add a test for a non-Rails environment also. 🤔

scarroll32 commented 2 years ago

Is it possible to trigger the CI on this one @kerrizor ?

scarroll32 commented 2 years ago

Any chance of triggering the CI on this one @kerrizor ?

kerrizor commented 2 years ago

/rebase

scarroll32 commented 2 years ago

@kerrizor it's rebased now.

kerrizor commented 2 years ago

@scarroll32 lol sorry.. I work all day on Gitlab, where /rebase is a command to the system, NOT to the contributor!

scarroll32 commented 2 years ago

/rebase

The gitlab /rebase and slash commands in general are a great feature of GitLab.

scarroll32 commented 2 years ago

🎉