views:

18

answers:

2

Hi,

I want to generate usecase diagrams automatically from given actors and usecases when the user clicks a button. I am using Ruby on Rails on Netbeans IDE. Is there any plugin/gem or any other way to achieve this.

A: 

Download NetBeans 6.7.1, then download the UML addon. Later versions of NetBeans does not support UML.

Richard
A: 

Hi Richard,

Thanks for your suggestion. I am using Netbeans 6.5.1 which has UML. How can this help to generate UML usecase diagrams for the rails models automatically?

Study