An error occurred fetching the project authors.
  1. 30 Apr, 2016 1 commit
    • Connor Shea's avatar
      Add more parameters to the filter_parameters config. · 8d3debe4
      Connor Shea authored
      Adds Sentry DSN, Webhooks, Deploy Keys, etc.
      
      Alphabetized the parameters and included line breaks between each parameter. Easier to merge into EE if there are any differences.
      
      This also seems to be the more popular syntax for adding new parameters, from what I can find.
      8d3debe4
  2. 29 Apr, 2016 1 commit
  3. 07 Apr, 2016 1 commit
  4. 04 Apr, 2016 1 commit
  5. 19 Mar, 2016 1 commit
  6. 11 Mar, 2016 1 commit
  7. 09 Mar, 2016 1 commit
  8. 07 Mar, 2016 1 commit
  9. 05 Mar, 2016 1 commit
  10. 04 Mar, 2016 1 commit
  11. 29 Feb, 2016 1 commit
  12. 18 Feb, 2016 1 commit
    • Jacob Vosmaer's avatar
      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.
      9805fe19
  13. 12 Feb, 2016 1 commit
    • Robert Speicher's avatar
      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.
      fe13f58f
  14. 10 Feb, 2016 1 commit
  15. 09 Feb, 2016 1 commit
  16. 08 Feb, 2016 1 commit
  17. 26 Nov, 2015 1 commit
  18. 08 Oct, 2015 1 commit
  19. 15 Jul, 2015 1 commit
  20. 09 May, 2015 1 commit
  21. 10 Mar, 2015 1 commit
  22. 06 Feb, 2015 1 commit
  23. 23 Jan, 2015 3 commits
  24. 01 Jan, 2015 1 commit
  25. 18 Nov, 2014 3 commits
  26. 21 Oct, 2014 2 commits
  27. 07 Oct, 2014 1 commit
  28. 01 Oct, 2014 1 commit
  29. 15 Sep, 2014 1 commit
  30. 14 Sep, 2014 1 commit
  31. 29 Aug, 2014 1 commit
    • Jacob Vosmaer's avatar
      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`.
      185e7681
  32. 26 Jun, 2014 1 commit
  33. 17 Jun, 2014 3 commits