search for: print_report_status

Displaying 1 result from an estimated 1 matches for "print_report_status".

2005 Oct 11
2
Process meter
When processing an action which takes a long period of time, I would like to update the user as to the progress of the transaction. How can I do this in Rails? Since I can only render once in an action, I don''t see how I can send updates. After the end of the process, I am sending the generated file, e.g., def print_report record_list = Record.find (...) # long list of records