BigW Consortium Gitlab

  1. 25 Nov, 2015 1 commit
  2. 15 Oct, 2015 2 commits
    • Fixed Rubocop styling issues · bed29940
      Yorick Peterse authored
    • Added rack-lineprof for development · d4832b03
      Yorick Peterse authored
      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