Skip to content
This repository has been archived by the owner on Jul 28, 2018. It is now read-only.

Update README URLs based on HTTP redirects #664

Merged
merged 1 commit into from
Feb 19, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ $(document).on('page:after-remove', function(event) {
Page Cache
----------

By default, Turbolinks keeps 10 pages in memory (the full body element is kept in memory, so as not to lose state). On [popstate](https://developer.mozilla.org/en-US/docs/DOM/Manipulating_the_browser_history#The_popstate_event), it attempts to restore pages from the cache. When a page exists in the cache, the following events are triggered:
By default, Turbolinks keeps 10 pages in memory (the full body element is kept in memory, so as not to lose state). On [popstate](https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_popstate_event), it attempts to restore pages from the cache. When a page exists in the cache, the following events are triggered:

- `page:before-unload` (`[currentBody]`) page is about to be changed
- `page:change` (`[cachedBody]`) body from cached page is in place
Expand Down Expand Up @@ -482,10 +482,10 @@ Turbolinks works with Rails 3.2 and newer.
Known issues
------------

- External scripts are not guaranteed to execute in DOM order ([#513](https:/rails/turbolinks/issues/513))
- Iframes in `data-turbolinks-permanent` nodes are reloaded on page load ([#511](https:/rails/turbolinks/issues/511))
- Audio and video elements in `data-turbolinks-permanent` nodes are paused on page load ([#508](https:/rails/turbolinks/issues/508))
- Partial replacement removes pages from the cache ([#551](https:/rails/turbolinks/issues/551))
- External scripts are not guaranteed to execute in DOM order ([#513](https:/turbolinks/turbolinks-classic/issues/513))
- Iframes in `data-turbolinks-permanent` nodes are reloaded on page load ([#511](https:/turbolinks/turbolinks-classic/issues/511))
- Audio and video elements in `data-turbolinks-permanent` nodes are paused on page load ([#508](https:/turbolinks/turbolinks-classic/issues/508))
- Partial replacement removes pages from the cache ([#551](https:/turbolinks/turbolinks-classic/issues/551))


Installation
Expand Down