If I wanted to display a loading page while some script was running, how would I go about it?
It seems that a view is rendered when the controller's code has finished executing, but I need there to be something displayed to the user as the code is doing a fair amount.
Thanks for any pointers.