An error occurred fetching the project authors.
  1. 18 Apr, 2016 1 commit
  2. 04 Apr, 2016 5 commits
  3. 20 Jan, 2016 1 commit
  4. 15 Dec, 2015 1 commit
  5. 17 Nov, 2015 1 commit
  6. 16 Nov, 2015 1 commit
  7. 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
  8. 26 Jun, 2015 1 commit
  9. 16 Jun, 2015 1 commit
  10. 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
  11. 26 Aug, 2014 1 commit
  12. 28 Apr, 2014 2 commits
  13. 25 Dec, 2013 2 commits
  14. 23 Jun, 2013 1 commit
  15. 02 May, 2013 1 commit
  16. 03 Dec, 2012 6 commits
  17. 14 Sep, 2012 4 commits
  18. 27 Feb, 2012 1 commit
  19. 24 Feb, 2012 2 commits
  20. 04 Nov, 2011 2 commits
  21. 26 Oct, 2011 1 commit
    • Nihad Abbasov's avatar
      clean-up code · d62200ca
      Nihad Abbasov authored
        * Remove trailing whitespace
        * Converts hard-tabs into two-space soft-tabs
        * Remove consecutive blank lines
      d62200ca
  22. 21 Oct, 2011 1 commit
  23. 20 Oct, 2011 1 commit
  24. 17 Oct, 2011 1 commit