BigW Consortium Gitlab

  1. 07 Apr, 2016 1 commit
  2. 04 Apr, 2016 1 commit
  3. 19 Mar, 2016 1 commit
  4. 11 Mar, 2016 1 commit
  5. 09 Mar, 2016 1 commit
  6. 07 Mar, 2016 1 commit
  7. 05 Mar, 2016 1 commit
  8. 04 Mar, 2016 1 commit
  9. 29 Feb, 2016 1 commit
  10. 18 Feb, 2016 1 commit
    • Use SCAN during 'rake cache:clear' · 9805fe19
      Jacob Vosmaer authored
      This allows 'rake cache:clear' to delete millions of keys without
      choking. It requires Redis 2.8.0 or newer but we needed that already
      anyway.
  11. 12 Feb, 2016 1 commit
    • Update Emoji asset path · fe13f58f
      Robert Speicher authored
      Now that we're serving assets directly from the Gemojione gem's path,
      the images are not in an `emoji/` sub-folder.
  12. 10 Feb, 2016 1 commit
  13. 09 Feb, 2016 1 commit
  14. 08 Feb, 2016 1 commit
  15. 26 Nov, 2015 1 commit
  16. 08 Oct, 2015 1 commit
  17. 15 Jul, 2015 1 commit
  18. 09 May, 2015 1 commit
  19. 10 Mar, 2015 1 commit
  20. 06 Feb, 2015 1 commit
  21. 23 Jan, 2015 3 commits
  22. 01 Jan, 2015 1 commit
  23. 18 Nov, 2014 3 commits
  24. 21 Oct, 2014 2 commits
  25. 07 Oct, 2014 1 commit
  26. 01 Oct, 2014 1 commit
  27. 15 Sep, 2014 1 commit
  28. 14 Sep, 2014 1 commit
  29. 29 Aug, 2014 1 commit
    • Move cache setup to config/application.rb · 185e7681
      Jacob Vosmaer authored
      Before this change we were trying to configure Rails.cache in an
      initializer. It seems that by the time the initializers are loaded,
      Rails.cache is already instantiated, so changing the settings does not
      achieve anything anymore. This was causing Rails to default to a file
      storage cache instead of the Redis cache, which in turn broke `rake
      cache:clear`.
  30. 26 Jun, 2014 1 commit
  31. 17 Jun, 2014 5 commits