Skip to content
Extraits de code Groupes Projets
  1. juil. 13, 2017
    • Finn Woelm's avatar
      Fix: Check for asset precompilation when starting server · 78986e64
      Finn Woelm a rédigé
      When `public/assets/` is a symlink, running `find public/assets ...`
      does not return the correct result. By using `public/assets/`, find is
      able to return the correct result regardless of whether the folder is an
      actual folder or a symlink.
      
      [ci skip]
      78986e64
  2. jan. 15, 2017
  3. sept. 12, 2016
  4. sept. 10, 2016
  5. juin 26, 2016
  6. fév. 11, 2016
  7. mai 28, 2015
  8. mai 19, 2015
  9. mai 02, 2015
  10. avr. 25, 2015
  11. avr. 15, 2015
  12. déc. 04, 2014
  13. déc. 01, 2014
  14. nov. 13, 2014
  15. sept. 28, 2014
  16. août 25, 2014
  17. juin 20, 2014
  18. mars 30, 2014
  19. mars 24, 2014
    • Jonne Haß's avatar
      Replace .rvmrc by .ruby-version · 1b70f6fe
      Jonne Haß a rédigé
      Also relax the requirement. The .ruby-version represents
      merely a recomendation for the Ruby version. The incompability
      issues in the Ruby world are far less currently, than they were
      when we introduced strict version enforcement. Thus strict
      enforcement is no longer appropiate. Same holds for RubyGems.
      
      This implicity also removes the recomendation on using RVM.
      The .ruby-version file is supported by all major Ruby version
      managers. Gemsets are no longer a needed feature since Bundler
      handles multiple concurrrently installed Gems just well.
      1b70f6fe
  20. jan. 18, 2014
  21. déc. 21, 2013
  22. déc. 04, 2013
  23. sept. 01, 2013
  24. août 27, 2013
  25. juin 27, 2013
  26. juin 17, 2013
  27. juin 02, 2013
  28. mai 20, 2013
  29. mai 17, 2013
  30. mai 01, 2013
  31. avr. 20, 2013
  32. avr. 15, 2013
    • Jonne Haß's avatar
      Refactor script/server · aca134d5
      Jonne Haß a rédigé
      * Made style consistent
      * Add helper functions to print messages
      * Abort script if critical command fails
      * Made number of started Sidekiq workers configurable again
      aca134d5
Chargement en cours