I have a couple of MySQL queries that take a really long time and I'd like to display a progress bar while they are running. Is this possible in Rails with maybe jquery? Does ActiveRecord have any mechanisms for this?
Really? No ideas? Then how about this:
I have the queries separated by line,(connection.execute) can I call something that would resemble a progress bar between query calls?