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