解决了。 参考: https://reed.github.io/turbolinks-compatibility/google_analytics.html
ga('create', '<%= key %>', 'auto'); ga('send', location.pathname);
Agency.joins(:project).where("project.score > 60").preload(:project)