I have an application which does some time-consuming work after a form
is submitted.
I'd like to have a little message saying "please wait" but I'm not
sure how to implement that.
I'm thinking somehow you have to send a page to the browser from the
method that is being called by the form.
Sounds like a basic thing but I'm kind of new to RoR.