1. 15 10月, 2015 4 次提交
    • Y
      Added rack-lineprof for development · d4832b03
      Yorick Peterse 提交于
      This can be used to measure the time (roughly) spent on a per line
      basis. This can also be used to measure timings for views, for example
      by adding the following to a URL:
      
         ?lineprof=app/views/projects/notes/_note
      
      rack-lineprof is only enabled when:
      
      1. The application runs in development mode
      2. The used Ruby is MRI
      3. The environment variable ENABLE_LINEPROF is set to a non-empty value
      d4832b03
    • Y
      Added active_record_query_trace · 7971ed5d
      Yorick Peterse 提交于
      This can be used to track down where queries originate from, regardless
      of whether they're caused by N+1 problems or not. This can be enabled by
      setting the environment variable ENABLE_QUERY_TRACE to a non-empty value
      (e.g. "true").
      7971ed5d
    • Y
      Added Bullet to the Gemfile · fa3d7db3
      Yorick Peterse 提交于
      This can be used to resolve N+1 query problems. Bullet is disabled by
      default and can be enabled by starting Rails with the environment
      variable ENABLE_BULLET set to a non empty value (e.g. "true").
      fa3d7db3
    • J
      Update gitlab_git to 7.2.19 · 83f04853
      Jacob Vosmaer 提交于
      83f04853
  2. 14 10月, 2015 1 次提交
  3. 13 10月, 2015 1 次提交
  4. 12 10月, 2015 1 次提交
  5. 09 10月, 2015 3 次提交
  6. 08 10月, 2015 5 次提交
  7. 07 10月, 2015 5 次提交
  8. 02 10月, 2015 1 次提交
  9. 01 10月, 2015 1 次提交
  10. 25 9月, 2015 1 次提交
  11. 24 9月, 2015 3 次提交
  12. 20 9月, 2015 2 次提交
  13. 16 9月, 2015 5 次提交
  14. 09 9月, 2015 4 次提交
  15. 02 9月, 2015 2 次提交
  16. 31 8月, 2015 1 次提交