Skip to content
  • Jacob Vosmaer's avatar
    Deal with Rails autoload instance variable resets · 147e7e04d80f
    Jacob Vosmaer authored
    Rails auto-load (a development feature) can end up resetting instance
    variables on classes. This breaks Gitlab::GitalyClient, which uses
    instance variables to keep global hashes to look up channels and
    addresses. This change adds code that regenerates the hashes if they
    suddenly become nil.
    147e7e04d80f