Render before action completes
Controller action is taking a couple of seconds (complex calculations in dashboard) and i want to display a spinner on the html.erb file while waiting so basically start the rendering before the action completes. How can I do this?
Julian Rubisch put together a gem that makes this easy: https://github.com/julianrubisch/futurism
Julian looks nice one question I wanna show a spinner while building my variables which are about 20 which are rendered as graphs
How should I use your gem for this
Futurism relies on CableReady which will just swap out any placeholders once the contents are ready. It expects them to be wrapped in partials though