Wes Gamble <rails-mailing-list@...> writes:
I included these two routes in my routes.rb file so that any requests for contents of the public/javascripts and public/stylesheets directories wouldn't be screwed up.
map.connect 'javascripts/*stuff' map.connect 'stylesheets/*stuff'
The apache .htaccess RewriteRule will only pass a request to Rails if the file doesn't exist. So you don't need that line at all - if it's ever used then you've got a stylesheet or javascript tag wrong