BigW Consortium Gitlab

  1. 03 Dec, 2015 1 commit
  2. 02 Dec, 2015 2 commits
  3. 01 Dec, 2015 1 commit
  4. 30 Nov, 2015 1 commit
  5. 26 Nov, 2015 3 commits
  6. 25 Nov, 2015 1 commit
  7. 22 Nov, 2015 1 commit
  8. 21 Nov, 2015 2 commits
  9. 20 Nov, 2015 2 commits
  10. 19 Nov, 2015 2 commits
  11. 18 Nov, 2015 7 commits
  12. 17 Nov, 2015 4 commits
  13. 16 Nov, 2015 7 commits
  14. 13 Nov, 2015 2 commits
  15. 12 Nov, 2015 1 commit
    • Avoid render edit_form in each notes. · 19740871
      Jason Lee authored
      Use RJS to render edit note feature.
      
      Before:
      
      ```
      Rendered projects/notes/_note.html.haml (27.9ms)
      Rendered projects/_zen.html.haml (0.3ms)
      Rendered projects/notes/_hints.html.haml (0.7ms)
      Rendered projects/_md_preview.html.haml (3.9ms)
      Rendered projects/notes/_edit_form.html.haml (6.9ms)
      Rendered projects/notes/_note.html.haml (17.7ms)
      Rendered projects/_zen.html.haml (0.3ms)
      Rendered projects/notes/_hints.html.haml (0.6ms)
      Rendered projects/_md_preview.html.haml (3.4ms)
      Rendered projects/notes/_edit_form.html.haml (7.0ms)
      ```
      
      After:
      
      ```
      Rendered projects/notes/_note.html.haml (13.8ms)
      Rendered projects/notes/_note.html.haml (7.1ms)
      Rendered projects/notes/_note.html.haml (9.5ms)
      Rendered projects/notes/_note.html.haml (8.5ms)
      ```
      
      This change reduce at least 6ms * N ('N' - number of notes).
  16. 10 Nov, 2015 3 commits