senny / pdfjs_viewer-rails

PDF.js viewer packaged as a Rails engine.
MIT License
114 stars 175 forks source link

stop serving image assets through Rails (Rack::Static middleware) #1

Open senny opened 9 years ago

senny commented 9 years ago

We are currently serving images through the Rails stack. While they can be cached on the browser side it's still needless requests the stack shouldn't need to handle.