In my Rails app I want to create a symlink in public/
that links to another folder. I can create the symlink and navigate through it but I can't seem to get Rails to serve images out of it. Is there a trick? Is it even possible?
I have a folder with thousands of PNGs that I don't want to just plop into the asset pipeline. They will rarely, if ever, change so pipeline largely unnecessary. Thoughts?
lrwxr-xr-x 1 meltemi staff pages -> /Volumes/BigDisk/pages_root
but when I try to hit localhost:3000/pages/F-C2E-439_00002_1.png
I get:
Routing Error
No route matches [GET] "/pages/F-C2E-439_00002_1.png"