An error occurred fetching the project authors.
  1. 19 Jul, 2016 1 commit
  2. 30 Jun, 2016 1 commit
  3. 18 Apr, 2016 1 commit
  4. 04 Apr, 2016 5 commits
  5. 20 Jan, 2016 1 commit
  6. 15 Dec, 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. 26 Jun, 2015 1 commit
  11. 16 Jun, 2015 1 commit
  12. 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
  13. 26 Aug, 2014 1 commit
  14. 28 Apr, 2014 2 commits
  15. 25 Dec, 2013 2 commits
  16. 23 Jun, 2013 1 commit
  17. 02 May, 2013 1 commit
  18. 03 Dec, 2012 6 commits
  19. 14 Sep, 2012 4 commits
  20. 27 Feb, 2012 1 commit
  21. 24 Feb, 2012 2 commits
  22. 04 Nov, 2011 2 commits
  23. 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
  24. 21 Oct, 2011 1 commit