On 8. Oct 2004, at 0:40, hangonsoft@free.fr wrote:
Just starting using RubyonRails....and each time i create a project i want to modify .htaccess to enable mod_ruby....and it's not possible.
The default file patterns are set to exclude hidden files, but that can be changed, click the I button in the project drawer when the folder is selected, you'd probably want to set the file pattern to (which hides hidden files *except* .htaccess): ^.*/(.htaccess|(?!.)[^/]*)$
In 1.0.1 it'll be possible to change the default patterns.
Kind regards Allan