BigW Consortium Gitlab

  1. 19 Sep, 2016 1 commit
    • Remove some dead code from the Grape API · 5db3bc64
      Nick Thomas authored
      The `guard_all!` method is never called, and `guard!` is not implemented. The
      `doorkeeper_guard!` method is also never called, and is mostly the same as its
      non-bang counterpart.
  2. 03 Jun, 2016 2 commits
  3. 10 May, 2016 1 commit
    • Fix a few places where autoloading would fail · 5589dcf8
      Rémy Coutable authored
      - Fix naming of API::CommitStatuses
      - Ensure we use require_dependency instead of require
      - Ensure the namespace is right in lib/api/api.rb, otherwise, we
        might require Grape::API::Helpers which defines the `#params` method.
        This is to avoid requiring a file multiple times and getting an "Already
        initialized constant" error.
      Signed-off-by: 's avatarRémy Coutable <remy@rymai.me>
  4. 09 May, 2016 1 commit
  5. 29 Apr, 2016 1 commit
  6. 18 Apr, 2016 2 commits
  7. 03 Feb, 2015 4 commits
  8. 24 Dec, 2014 1 commit