Skip to content
代码片段 群组 项目
  • Eulyeon Ko's avatar
    4d7aa53b
    Create RefExtractor class · 4d7aa53b
    Eulyeon Ko 创作于
    RefExtractor is a refactor of ExtractsRef module.
    
    ExtractsRef was mostly used as a Rails concern in controllers
    to extract git related strings from request parameters.
    The module utilized instance variables that made the code
    hard to follow and difficult to examine for side effect.
    
    As of this commit, ExtractsRef cannot be removed yet because
    another related module ExtractsPath depends on ExtractsRef.
    4d7aa53b
    历史
    Create RefExtractor class
    Eulyeon Ko 创作于
    RefExtractor is a refactor of ExtractsRef module.
    
    ExtractsRef was mostly used as a Rails concern in controllers
    to extract git related strings from request parameters.
    The module utilized instance variables that made the code
    hard to follow and difficult to examine for side effect.
    
    As of this commit, ExtractsRef cannot be removed yet because
    another related module ExtractsPath depends on ExtractsRef.
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。