hi,
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.
would be cool if the contextual menu of the drawer propose a 'toggle invisible file view' item or something like that
thanks...
textmate is really the best 40$ i ever spent
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
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.
I hear ya. What I do is create a symlink like this:
ln -s public/.htaccess config/apache.conf
Now TextMate will pick up the apache.conf in config and you can edit it from there. Works great ;) -- David Heinemeier Hansson, http://www.rubyonrails.org/ -- Web-application framework for Ruby http://www.instiki.org/ -- A No-Step-Three Wiki in Ruby http://macromates.com/ -- TextMate: Code and markup editor for OS X http://www.basecamphq.com/ -- Web-based Project Management http://www.loudthinking.com/ -- Broadcasting Brain http://www.nextangle.com/ -- Development & Consulting Services