1. 21 6月, 2018 2 次提交
  2. 20 6月, 2018 2 次提交
  3. 18 6月, 2018 1 次提交
  4. 15 6月, 2018 1 次提交
  5. 14 6月, 2018 1 次提交
  6. 13 6月, 2018 1 次提交
    • B
      [Rails5] Pass class references instead of strings to middleware builder · 1499b02f
      blackst0ne 提交于
      It fixes Rails 5.0 deprecation flooding like:
      
      ```
      DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change
      them to actual class references.  For example:
      
        "::Gitlab::Middleware::ReadOnly" => Gitlab::Middleware::ReadOnly
      
       (called from <top (required)> at /builds/gitlab-org/gitlab-ce/config/environment.rb:11)
      DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change
      them to actual class references.  For example:
      
        "ActionDispatch::Static" => ActionDispatch::Static
      
       (called from <top (required)> at /builds/gitlab-org/gitlab-ce/config/environment.rb:11)
      DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change
      them to actual class references.  For example:
      
        "Gitlab::Testing::RequestBlockerMiddleware" => Gitlab::Testing::RequestBlockerMiddleware
      
       (called from <top (required)> at /builds/gitlab-org/gitlab-ce/config/environment.rb:11)
      DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change
      them to actual class references.  For example:
      
        "ActionDispatch::Static" => ActionDispatch::Static
      
       (called from <top (required)> at /builds/gitlab-org/gitlab-ce/config/environment.rb:11)
      DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change
      them to actual class references.  For example:
      
        "Gitlab::Testing::RequestInspectorMiddleware" => Gitlab::Testing::RequestInspectorMiddleware
      
       (called from <top (required)> at /builds/gitlab-org/gitlab-ce/config/environment.rb:11)
      ```
      1499b02f
  7. 12 6月, 2018 2 次提交
  8. 11 6月, 2018 1 次提交
  9. 10 6月, 2018 1 次提交
  10. 08 6月, 2018 2 次提交
  11. 07 6月, 2018 3 次提交
  12. 06 6月, 2018 12 次提交
  13. 05 6月, 2018 6 次提交
  14. 04 6月, 2018 1 次提交
  15. 03 6月, 2018 1 次提交
  16. 02 6月, 2018 2 次提交
  17. 01 6月, 2018 1 次提交