empowerhack / DrawMyLife-Service

API and Admin system for the Draw My Life initiative - Volunteers: check README and GitHub Projects to get started.
https://github.com/empowerhack/DrawMyLife-Service/projects
MIT License
13 stars 0 forks source link

136: Updates GA to work with Turbolinks #137

Closed steverabino closed 7 years ago

steverabino commented 7 years ago

Addresses issue #136

What this does

Google Analytics does not play nice with Turbolinks, as Turbolinks does not load the whole of every page on every pageview.

I've taken an approach similar to outlined here https://ruigomes.me/blog/google-universal-analytics-tracking-with-rails-4/, except where they have created an erb partial with a Githubissues.

  • Githubissues is a development platform for aggregating issues.