Skip to content
Snippets Groups Projects
  1. Nov 30, 2015
  2. Nov 16, 2015
  3. Nov 12, 2015
    • 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. Oct 04, 2015
  5. Jul 08, 2015
  6. Jun 26, 2015
  7. Jun 25, 2015
  8. Jun 12, 2015
  9. May 06, 2015
  10. Apr 09, 2015
  11. Apr 02, 2015
  12. Mar 17, 2015
  13. Mar 16, 2015
  14. Feb 14, 2015
    • 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
  15. Oct 18, 2014
  16. Oct 07, 2014
  17. Oct 06, 2014
  18. Oct 05, 2014
    • Ciro Santilli's avatar
      Make Spinach test names consistent · fa349012
      Ciro Santilli authored
      - do not add Feature to feature titles
      - titleize feature titles
      - put steps on the same path as .feature files
      - make feature titles match their path
      fa349012
  19. Sep 28, 2014
  20. Sep 26, 2014
  21. Sep 23, 2014
  22. Sep 22, 2014
  23. Sep 11, 2014
  24. Sep 03, 2014
  25. Aug 25, 2014
  26. Jul 31, 2014
  27. May 26, 2014
  28. Apr 08, 2014
  29. Feb 23, 2014
  30. Feb 11, 2014
  31. Jan 19, 2014
  32. Sep 27, 2013
  33. Sep 26, 2013
  34. May 05, 2013
Loading