Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mvcodeclub/rack-tracker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: railslove/rack-tracker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 18 files changed
  • 9 contributors

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    c10ea3e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. add integration spec for callable behaviour

    Marco Schaden committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    f3d4e65 View commit details
    Browse the repository at this point in the history
  2. heap release ☀️

    Marco Schaden committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    e22fb0f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. google global: better empty tracker handling (railslove#142)

    * google global: better empty tracker handling
    
    * google global: improve integration test
    
    * google global: collect trackers only once
    
    * google global: improve tracker option validation
    and collection logic
    
    * google global: test if callable gets called
    
    * code style
    
    * google global: simplified invalid tracker check
    
    * warn about empty google global tracker
    glaszig authored and DonSchado committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    42b8e51 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Configuration menu
    Copy the full SHA
    426abb9 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Merge pull request railslove#149 from chalofa/patch-2

    Avoid showing the JS code when GA tracker is not defined
    DonSchado authored Dec 17, 2019
    Configuration menu
    Copy the full SHA
    2ab8a68 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Make middleware thread safe

    kspe committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    590bc95 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Merge pull request railslove#150 from datacamp-engineering/ik/make-it…

    …-thread-safe-ivars
    
    Make middleware thread safe
    DonSchado authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    babda82 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Use local variables in rack middleware to prevent instance state chan…

    …ges (railslove#151)
    
    see: railslove#150
    
    Co-authored-by: Marco <ms@donschado.de>
    bumi and DonSchado authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    f599f71 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. version up

    Marco Schaden committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    1ad0e20 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Use leftmost match to inject head to avoid one line html bug

    If the response html has no new line after <head> tag,
    the gtm script tag will be placed on a invalid place.
    yutoji committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    bba79d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Merge pull request railslove#156 from yutoji/fix-google-tag-manager-o…

    …ne-line-html-bug
    
    Use leftmost match for gtm tag injection
    DonSchado authored Jul 17, 2020
    Configuration menu
    Copy the full SHA
    0a09c94 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. hotwired/turbo support in GTM

    wrozka committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    20009ba View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Prevent duplicate events

    wrozka committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    7e1592a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Generate unique script tags

    wrozka committed May 20, 2021
    Configuration menu
    Copy the full SHA
    88eb8b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Merge pull request railslove#160 from gunpowderlabs/turbo

    hotwired/turbo support and fixes issue with duplicate events in GTM
    DonSchado authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    261d4fc View commit details
    Browse the repository at this point in the history
  2. turbo release

    DonSchado committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    de0da83 View commit details
    Browse the repository at this point in the history
Loading