Save 36% for Black Friday! Learn more

New Discussion

Notifications

You’re not receiving notifications from this thread.

Render before action completes

4
Rails

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

Let me know if I can help!

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

Join the discussion
Create an account Log in