BigW Consortium Gitlab

  1. 27 Jul, 2016 1 commit
    • Replace reject_blocked with reject_blocked! in callbacks. · b1c94754
      Connor Shea authored
      In Rails 4.2 and below, skipping callbacks (skip_before_action, skip_after_action, etc.) that use methods which do not exist will not throw any errors.
      
      On the other hand, Rails 5 does. See https://github.com/rails/rails/pull/19029
      
      After testing with Rails 5 I noticed there are some methods that don't actually exist (because they were renamed, usually), this fixes a few instances of those.
      
      reject_blocked! was introduced in c9def945, I can't find any references to reject_blocked ever existing.
  2. 20 Jul, 2016 1 commit
  3. 11 Jul, 2016 2 commits
  4. 16 Apr, 2016 2 commits
  5. 23 Sep, 2015 1 commit
  6. 22 Sep, 2015 1 commit
    • Prevent double-prefixing of help page paths · 64e0dfa5
      Robert Speicher authored
      Prior, because the link "api/README.md" was matched twice, the first
      link became "help/help/api/README.md". Now we do a negative lookahead to
      make sure the link doesn't start with `help/`.
      
      This fix is still not ideal, see TODO note.
  7. 08 Sep, 2015 1 commit
  8. 18 Aug, 2015 1 commit
  9. 01 May, 2015 1 commit
  10. 30 Apr, 2015 2 commits
  11. 15 Apr, 2015 3 commits
  12. 14 Apr, 2015 1 commit
  13. 10 Apr, 2015 1 commit
  14. 03 Apr, 2015 1 commit
  15. 08 Mar, 2015 1 commit
  16. 14 Jun, 2014 1 commit
  17. 29 May, 2014 1 commit
  18. 30 Jun, 2013 1 commit
  19. 06 Jun, 2013 1 commit
  20. 18 Jan, 2012 1 commit