An error occurred fetching the project authors.
  1. 06 Apr, 2016 1 commit
  2. 31 Mar, 2016 2 commits
  3. 10 Mar, 2016 1 commit
  4. 29 Feb, 2016 1 commit
  5. 20 Jan, 2016 1 commit
  6. 18 Nov, 2015 1 commit
  7. 17 Nov, 2015 1 commit
  8. 16 Nov, 2015 1 commit
  9. 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
  10. 10 Nov, 2015 1 commit
  11. 15 Oct, 2015 2 commits
  12. 14 Oct, 2015 1 commit
  13. 02 Oct, 2015 1 commit
  14. 30 Sep, 2015 1 commit
  15. 08 Sep, 2015 1 commit
  16. 30 Jul, 2015 1 commit
  17. 21 Jul, 2015 1 commit
  18. 18 Jul, 2015 1 commit
  19. 30 Jun, 2015 1 commit
  20. 14 May, 2015 1 commit
  21. 12 May, 2015 1 commit
  22. 06 May, 2015 3 commits
  23. 13 Apr, 2015 1 commit
  24. 24 Mar, 2015 1 commit
  25. 20 Feb, 2015 1 commit
  26. 14 Feb, 2015 1 commit
    • Vinnie Okada's avatar
      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.
      76aad9b7
  27. 19 Jan, 2015 1 commit
  28. 15 Jan, 2015 1 commit
  29. 22 Dec, 2014 1 commit
  30. 20 Dec, 2014 1 commit
  31. 01 Dec, 2014 1 commit
  32. 07 Nov, 2014 1 commit
  33. 16 Oct, 2014 1 commit
  34. 03 Oct, 2014 1 commit
  35. 29 Aug, 2014 1 commit
  36. 26 Aug, 2014 1 commit