pmq20 / mathjax-rails

Simple gem to integrate MathJax with Rails and maintains MathJax at a system-wide directory.
MIT License
66 stars 30 forks source link

Replace send_file with send_data #11

Open djo opened 10 years ago

djo commented 10 years ago

To prevent issues with X-Sendfile feature replace send_file with send_data helper to deliver static files in the MathjaxRailsController.

nruth commented 10 years ago

which issues?