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 114540

Summary: display the RAILS_ROOT/public/.htaccess by default
Product: ruby Reporter: 21croissants <21croissants>
Component: RailsAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description 21croissants 2007-09-03 16:39:40 UTC
The RAILS_ROOT/public/.htaccess file is used by Rails to configure the application. At the moment, the only way to edit
this file is the menu File/open File. It would be useful to see this file by default in the Project and Files window
Comment 1 Erno Mononen 2008-03-20 13:50:53 UTC
Until this gets implemented, you can always use the Favorites view for this -- Ctrl-3 or Window -> Favorites.
Comment 2 Erno Mononen 2008-03-20 14:37:02 UTC
And since the file is actually under the project (which I didn't realize immediately), you can use the Files view as 
well (Window -> Files or Ctrl-2).