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

Fixes turbolinks loading issue #221

Merged
merged 7 commits into from
Jan 24, 2016
Merged

Fixes turbolinks loading issue #221

merged 7 commits into from
Jan 24, 2016

Commits on Jan 24, 2016

  1. Fixes turbolinks loading issue

    Code was checking that turbolinks was installed when it was not yet
    because some setups load turbolinks after the bundles. The changes to
    the code will check if turbolinks is installed after the page loaded
    event fires.
    
    Code was also added to allow easy debugging of Turbolinks, which should
    be useful when v5 of Turbolinks is released shortly.
    
    Details of how to configure Turbolinks with troubleshooting were added
    to docs/additional_reading/turbolinks.md.
    
    Also:
    
    * Changed generation of the examples apps to /tmp/examples. This allows
      one to configure editors to ignore /tmp. Ignoring /examples is
      problematic as one deletes the /examples directory frequently.
    justin808 committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    453fc2d View commit details
    Browse the repository at this point in the history
  2. ensure tmp dir

    justin808 committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    c3ba8cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbd07e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5276607 View commit details
    Browse the repository at this point in the history
  5. Address code review

    justin808 committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    8b5c154 View commit details
    Browse the repository at this point in the history
  6. Fixed several typos

     with conversion to better dom ref syntax
    justin808 committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    e2351e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e149578 View commit details
    Browse the repository at this point in the history