BigW Consortium Gitlab

  1. 25 Jan, 2016 1 commit
    • Correct arity for instrumented methods w/o args · b74308c0
      Yorick Peterse authored
      This ensures that an instrumented method that doesn't take arguments
      reports an arity of 0, instead of -1.
      
      If Ruby had a proper method for finding out the required arguments of a
      method (e.g. Method#required_arguments) this would not have been an
      issue. Sadly the only two methods we have are Method#parameters and
      Method#arity, and both are equally painful to use.
      
      Fixes gitlab-org/gitlab-ce#12450
  2. 23 Jan, 2016 1 commit
  3. 20 Jan, 2016 7 commits
  4. 19 Jan, 2016 4 commits
  5. 15 Jan, 2016 1 commit
  6. 14 Jan, 2016 26 commits