1. 12 11月, 2015 1 次提交
    • J
      Avoid render edit_form in each notes. · 19740871
      Jason Lee 提交于
      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
  2. 04 10月, 2015 1 次提交
  3. 08 7月, 2015 1 次提交
  4. 26 6月, 2015 2 次提交
  5. 25 6月, 2015 1 次提交
  6. 12 6月, 2015 3 次提交
  7. 07 5月, 2015 1 次提交
  8. 09 4月, 2015 1 次提交
  9. 02 4月, 2015 1 次提交
  10. 17 3月, 2015 2 次提交
  11. 15 2月, 2015 1 次提交
    • V
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada 提交于
      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
  12. 19 10月, 2014 1 次提交
  13. 07 10月, 2014 1 次提交
  14. 06 10月, 2014 2 次提交
  15. 28 9月, 2014 1 次提交
  16. 26 9月, 2014 1 次提交
  17. 24 9月, 2014 1 次提交
  18. 22 9月, 2014 2 次提交
  19. 11 9月, 2014 1 次提交
  20. 04 9月, 2014 1 次提交
  21. 26 8月, 2014 2 次提交
  22. 31 7月, 2014 1 次提交
  23. 27 5月, 2014 1 次提交
  24. 08 4月, 2014 1 次提交
  25. 23 2月, 2014 1 次提交
  26. 11 2月, 2014 1 次提交
  27. 20 1月, 2014 1 次提交
  28. 27 9月, 2013 2 次提交
  29. 26 9月, 2013 1 次提交
  30. 05 5月, 2013 1 次提交
  31. 18 2月, 2013 1 次提交
  32. 19 12月, 2012 1 次提交