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 145222

Summary: Include or switch to "ERB" in ruby.rhtml bundles
Product: ruby Reporter: Chris Kutler <ckutler>
Component: RHTMLAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Chris Kutler 2008-08-26 23:18:41 UTC
suggest change to 
OPTIONS_rhtml=ERB and RHTML Editor 
or
OPTIONS_rhtml=ERB Editor 

suggest change to 
LBL_Rhtml_loader_name=Embedded Ruby (RHTML and ERB) Files 
or
LBL_Rhtml_loader_name=Embedded Ruby (ERB) Files 

According to Martin:
rhtml is just instance of ERB:

  http://ruby-doc.org/stdlib/libdoc/erb/rdoc/classes/ERB.html

Support for .rhtml is going to be dropped for Rails 3.0 and is deprecated for Rails 2.x.

  http://dev.rubyonrails.org/changeset/6178