Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 12月 06, 2023
  2. 10月 04, 2023
  3. 2月 16, 2023
  4. 1月 11, 2023
  5. 10月 06, 2022
  6. 8月 25, 2022
  7. 6月 03, 2020
  8. 5月 13, 2020
  9. 4月 23, 2020
  10. 4月 15, 2020
  11. 3月 02, 2020
  12. 1月 28, 2020
  13. 12月 11, 2019
  14. 10月 22, 2019
  15. 10月 17, 2019
  16. 7月 16, 2019
  17. 4月 15, 2019
  18. 12月 20, 2018
  19. 12月 19, 2018
    • blackst0ne's avatar
      Update specs to rails5 format · 77b85029
      blackst0ne 创作于
      Updates specs to use new rails5 format.
      
      The old format:
      `get :show, { some: params }, { some: headers }`
      
      The new format:
      `get :show, params: { some: params }, headers: { some: headers }`
      77b85029
    • blackst0ne's avatar
      Update specs to rails5 format · b44a2c80
      blackst0ne 创作于
      Updates specs to use new rails5 format.
      
      The old format:
      `get :show, { some: params }, { some: headers }`
      
      The new format:
      `get :show, params: { some: params }, headers: { some: headers }`
      b44a2c80
  20. 11月 20, 2018
  21. 11月 17, 2018
  22. 8月 08, 2018
  23. 7月 11, 2018
  24. 12月 22, 2017
  25. 8月 03, 2017
  26. 3月 24, 2017
加载中