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 191653 - Support for Erubis <%== tag in Rails 3 missing
Summary: Support for Erubis <%== tag in Rails 3 missing
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: RHTML (show other bugs)
Version: 7.0
Hardware: All Mac OS X
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-04 21:57 UTC by fjan11
Modified: 2011-01-28 20:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fjan11 2010-11-04 21:57:12 UTC
Rails 3 switched to using Erubis instead of Erb. While Erubis and Erb are mostly compatible there are a few differences. In particular Erubis allows the <%== %>construct, which Netbeans currently flags as a syntax error.