This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 120622 - Add UML style viewing and potentially code generation for ruby / rails classes
Summary: Add UML style viewing and potentially code generation for ruby / rails classes
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-31 14:07 UTC by lummie
Modified: 2011-01-28 20:11 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lummie 2007-10-31 14:07:39 UTC
As rails and ruby is a very class / model centric development language I have always been suprised by the lack of a way
to visualise the table / model relationships.  As netbeans has a UML tool for java, I was wondering if it is possible to
replicate this for the ruby / rails plugins to use.

The user would be able to visualise as uml the rails classes, and if viewing the rails models and the relationships
between models, .e.g belond_to, has_many would be able to be viewed as well.

In the longer term, code generation and being able to add properties / methods in the UML diagram would be nice.
Comment 1 Martin Krauskopf 2008-02-13 15:25:36 UTC
That would be nice. But honestly, probably not soon :) But thanks for ideas.