We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fix back button issue
The text was updated successfully, but these errors were encountered:
Hi,
I'm making my way through the "One Month Rails" course, and the instructor just mentioned a solution to a back button glitch in the class project.
https://github.com/kossnocorp/jquery.turbolinks
(You add the jquery-turbolinks gem, and then //= require jquery.turbolinks after jquery, and before turbolinks, in the application.js file)
Here's an asciicast that mentions that, too. http://asciicasts.com/episodes/390-turbolinks
I don't know for certain that this is the answer, but figured I'd point the way to this possible solution.
Margie
Sorry, something went wrong.
No branches or pull requests
Fix back button issue
The text was updated successfully, but these errors were encountered: