riemann / riemann-dash

An HTTP dashboard for Riemann.
MIT License
248 stars 102 forks source link

Fix the ´No such file or directory´ error when opening the index page. #128

Closed piotr-szachewicz closed 6 years ago

piotr-szachewicz commented 6 years ago

The controller was trying to render the index.erb instead of index.erubis.

screen shot 2018-04-14 at 18 44 58
piotr-szachewicz commented 6 years ago

I think it's supposed to work with the Template#erb, because I'm getting a warning that the erubis method is deprecated. Not sure why it doesn't work on my machine...