How can I force the browser to automatically reload a rails app at 5am each day?
I have a web app that is installed on a wall mounted TV that functions as a sort of live dashboard at our office. It contains information that gets updated only once a day at 4am. Instead of having to refresh the page each day, I would like it to automatically reload the webpage once a day at 5am.
Andrew posted this javascript example that should work, although I am wondering that since this is a Rails 4 app, there might be a better way using Rails to push out the refresh?