exposing directories in rails app

That wouldn't be a rails setting... you'd need to configure your web server to not send requests for that path to rails at all. Then it's just plain ol' web-serving. I think most servers render directory listings if there is no "default" file in there (index.html, etc.).

b

Steve Hulet wrote: