- Add configuration to ignore paths (by Andrew Radev)
- Bump versions for several dependencies
- Switch the order of scrolling and event triggering to enable persisting scroll
- Trigger
turbolinks:before-cache
when rendering pages
- Make sure the content size is set as a string to prevent problems with pow.
- Don't handle empty responses with Turbolinks
- Fix problem with active storage
- Performance improvements
- Use turbolinks code to replace page contents
- Rewritten using a rack middleware instead of patching
render
. Thanks to @excid3 for detailed report. - Execute
<script>
elements in responses
- Initial release