Closed mfenner closed 10 years ago
I think there are two things happening here:
/assets/sprite.png
I see, the GET /assets/sprite.png is coming from the CSS: https://github.com/articlemetrics/alm-report/blob/visualizations/app/assets/stylesheets/content.scss#L91
Fixed the reference by using the assets pipeline friendly image-path.
Hm, just did a pull request doing the same. There are also two other minor changes for Rails 4 in there (eager_load and not rescueing routing errors).