Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turbolinks can mess things up #72

Closed
JohnSmall opened this issue Mar 17, 2017 · 2 comments
Closed

Turbolinks can mess things up #72

JohnSmall opened this issue Mar 17, 2017 · 2 comments

Comments

@JohnSmall
Copy link

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.

@straydogstudio
Copy link
Collaborator

Thanks for sharing this. I'll add a section on Turbolinks to the README.

Did it change with a newer version of Turbolinks, or did it work in the past?

@straydogstudio
Copy link
Collaborator

Turbolinks section added to troubleshooting in the Readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants