Skip to content
Snippets Groups Projects
  1. Mar 19, 2020
  2. Mar 18, 2020
  3. Mar 16, 2020
  4. Mar 10, 2020
  5. Mar 06, 2020
  6. Jan 31, 2020
  7. Jan 29, 2020
  8. Dec 22, 2019
  9. Dec 17, 2019
  10. Dec 11, 2019
  11. Oct 04, 2019
  12. Jul 12, 2019
  13. Jun 05, 2019
  14. Nov 05, 2018
  15. Jul 06, 2018
  16. Jan 31, 2017
  17. Jan 19, 2017
  18. Jan 10, 2017
  19. Nov 17, 2016
  20. Jun 30, 2016
  21. Jun 03, 2016
  22. May 25, 2016
  23. Apr 22, 2016
    • Robert Speicher's avatar
      Add letter_opener_web gem · 702380f1
      Robert Speicher authored
      Sent emails in the development environment will no longer automatically
      be opened in the browser. If a sent email needs to be viewed, it can be
      found at the `/rails/letter_opener` route.
      702380f1
  24. Mar 25, 2016
  25. Jan 19, 2016
  26. Jan 15, 2016
  27. Nov 25, 2015
  28. Oct 15, 2015
    • Yorick Peterse's avatar
      Added rack-lineprof for development · d4832b03
      Yorick Peterse authored
      This can be used to measure the time (roughly) spent on a per line
      basis. This can also be used to measure timings for views, for example
      by adding the following to a URL:
      
         ?lineprof=app/views/projects/notes/_note
      
      rack-lineprof is only enabled when:
      
      1. The application runs in development mode
      2. The used Ruby is MRI
      3. The environment variable ENABLE_LINEPROF is set to a non-empty value
      d4832b03
  29. Aug 26, 2015
  30. Aug 12, 2014
    • Jan-Willem van der Meer's avatar
      Disable debug assets · 88773498
      Jan-Willem van der Meer authored
      It's good for debugging javacsript, but creates massive amounts of http request
      by adding each javascript individually. Only turn it on while debugging js code.
      88773498
  31. Jun 26, 2014
  32. Dec 10, 2013
  33. Nov 18, 2012
  34. Sep 26, 2012
  35. Feb 11, 2012
  36. Oct 31, 2011
  37. Oct 13, 2011
Loading