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 157763

Summary: Dynamic snippets
Product: ruby Reporter: chrise01 <chrise01>
Component: EditingAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description chrise01 2009-02-02 11:35:27 UTC
Hi,

Would it be possible create dynamic ruby snippets (I.e. "command" {TAB}), for example, to analyze a RAILS model
directory allowing a developer to "drop-down" select the active record model, i.e.;

$1["Dynamic Table List"].find(:all, :conditions => {})

Thanks
Chris