UML Diagram for Ruby project
When I try and create a diagram for the project, the only options I have are "Java Class Diagrams" and "Gem Dependency Diagrams". The help at https://www.jetbrains.com/ruby/help/viewing-diagram.html shows "Ruby Class Diagram" in the pop-up menu. The project is configured to use a Ruby SDK. How do I get this to create a Ruby class diagram rather than a Java Class diagram?
thanks
Please sign in to leave a comment.
Could you try to open context menu on Ruby class?
From the context menu, diagrams it does show me Ruby Class Diagram. That creates a diagram with the class on it. I can add additional existing classes to the diagram but it doesn't seem to allow the creation of any relationships (or show existing relationships, presumably through code analysis?) I feel I'm missing something: what's the point of a diagram that just shows classes but no relationships?
It should show inheritance and includes among classes and modules