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 - display the RAILS_ROOT/public/.htaccess by default
Summary: display the RAILS_ROOT/public/.htaccess by default
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-03 16:39 UTC by 21croissants
Modified: 2011-01-28 20:10 UTC (History)
0 users

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