The latest version of Turbolinks will display the generated Excel file in the
of the
Which is obviously not what's required. It took me hours to work it out but the link to your action to generate and download the Excel file needs to be
link_to 'download Excel',my_excel_path,data:{turbolinks: false}
So the documentation needs to be updated to reflect the new Turbolinks behaviour.
The latest version of Turbolinks will display the generated Excel file in the
of theWhich is obviously not what's required. It took me hours to work it out but the link to your action to generate and download the Excel file needs to be
link_to 'download Excel',my_excel_path,data:{turbolinks: false}
So the documentation needs to be updated to reflect the new Turbolinks behaviour.