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 123574

Summary: Provide a popup window to quickly view database metadata of active record classes
Product: ruby Reporter: Erno Mononen <emononen>
Component: RailsAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker CC: bleonard, pjiricka
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Erno Mononen 2007-12-06 14:34:38 UTC
It would be nice if there was an action that would display the database metadata (at least the columns of the 
respective table) of an active record class in a popup window. Now the columns are available in the code completion 
window, but it isn't optimal for this purpose as typically there are tens of other items as well.