You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2018. It is now read-only.
I'm experiencing a weird 'undefined' return value from Turbolinks.enableProgressBar(); in case when
server renders page without redirection in response to a post request.
Any work around for this issue?
Steps to replicate:
Post a form
Render action (without redirection; common for a case of form validation error)
In JS console try Turbolinks.enableProgressBar();
You'll see undefined
Rails: 4.2.6
Turbolinks: 2.5.3
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm experiencing a weird 'undefined' return value from
Turbolinks.enableProgressBar();
in case whenserver renders page without redirection in response to a post request.
Any work around for this issue?
Steps to replicate:
Turbolinks.enableProgressBar();
You'll see
undefined
Rails: 4.2.6
Turbolinks: 2.5.3
The text was updated successfully, but these errors were encountered: