BigW Consortium Gitlab

  1. 20 Apr, 2016 1 commit
  2. 15 Apr, 2016 1 commit
  3. 08 Apr, 2016 1 commit
  4. 07 Apr, 2016 1 commit
  5. 06 Apr, 2016 1 commit
  6. 31 Mar, 2016 2 commits
  7. 10 Mar, 2016 1 commit
  8. 29 Feb, 2016 1 commit
  9. 20 Jan, 2016 1 commit
  10. 18 Nov, 2015 1 commit
  11. 17 Nov, 2015 1 commit
  12. 16 Nov, 2015 1 commit
  13. 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).
  14. 10 Nov, 2015 1 commit
  15. 15 Oct, 2015 2 commits
  16. 14 Oct, 2015 1 commit
  17. 02 Oct, 2015 1 commit
  18. 30 Sep, 2015 1 commit
  19. 08 Sep, 2015 1 commit
  20. 30 Jul, 2015 1 commit
  21. 21 Jul, 2015 1 commit
  22. 18 Jul, 2015 1 commit
  23. 30 Jun, 2015 1 commit
  24. 14 May, 2015 1 commit
  25. 12 May, 2015 1 commit
  26. 06 May, 2015 3 commits
  27. 13 Apr, 2015 1 commit
  28. 24 Mar, 2015 1 commit
  29. 20 Feb, 2015 1 commit
  30. 14 Feb, 2015 1 commit
    • Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
  31. 19 Jan, 2015 1 commit
  32. 15 Jan, 2015 1 commit
  33. 22 Dec, 2014 1 commit
  34. 20 Dec, 2014 1 commit
  35. 01 Dec, 2014 1 commit
  36. 07 Nov, 2014 1 commit