An error occurred fetching the project authors.
  1. 05 Jul, 2017 1 commit
  2. 19 Jun, 2017 2 commits
  3. 14 Jun, 2017 1 commit
  4. 22 May, 2017 1 commit
  5. 03 May, 2017 1 commit
  6. 02 May, 2017 2 commits
  7. 25 Apr, 2017 1 commit
  8. 24 Apr, 2017 1 commit
  9. 20 Apr, 2017 1 commit
  10. 24 Jan, 2017 1 commit
  11. 29 Aug, 2016 1 commit
  12. 03 Jun, 2016 2 commits
  13. 29 May, 2016 1 commit
  14. 16 Dec, 2015 1 commit
  15. 16 Nov, 2015 1 commit
  16. 12 Nov, 2015 1 commit
    • Jason Lee's avatar
      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).
      19740871
  17. 26 Jun, 2015 1 commit
  18. 06 May, 2015 2 commits