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 - Provide a popup window to quickly view database metadata of active record classes
Summary: Provide a popup window to quickly view database metadata of active record cla...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-06 14:34 UTC by Erno Mononen
Modified: 2011-01-28 20:11 UTC (History)
2 users (show)

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 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.