1. 13 Apr, 2015 7 commits
  2. 11 Apr, 2015 1 commit
  3. 10 Apr, 2015 2 commits
    • Dmitriy Zaporozhets's avatar
      Merge branch 'rs-revert-preload-lib' into 'master' · 24d139ba
      Dmitriy Zaporozhets authored
      Revert "Preload lib/"
      
      This reverts commit 5511a731.
      
      The original commit added this because it also enabled threadsafety, a change which was itself later reverted in 66d6c809, but this got left behind.
      
      I don't fully understand the reasoning behind it so if I'm wrong, please tell me.
      
      My reasoning for reverting it is that it messes with Rails' (and by extension Spring's) class reloading during development. When I was working in `lib/gitlab/markdown` and had to stop and restart the server every time I made a change, I didn't know it at the time, but this was why. That was a huge pain point.
      
      If it's needed for production perhaps we could add a `if Rails.env.production?` clause around it so that it doesn't mess with development.
      
      See merge request !1758
      24d139ba
    • Dmitriy Zaporozhets's avatar
      Merge branch 'rs-issue-2211' into 'master' · 256d2ae7
      Dmitriy Zaporozhets authored
      Update redcarpet to 3.2.3
      
      Closes #2211
      
      See merge request !1756
      256d2ae7
  4. 09 Apr, 2015 8 commits
  5. 08 Apr, 2015 14 commits
  6. 07 Apr, 2015 8 commits