I have a shared/ folder in my my_app/public/ folder and when attempting to access it via www.my_app.com/shared, I see:
no route matches '/shared', :method => 'get'
This makes sense, but I want rails to ignore this folder and just let me use Apache to render a standard directory listing here.
Any way to do this?