An error occurred fetching the project authors.
  1. 03 Nov, 2015 1 commit
  2. 02 Nov, 2015 1 commit
  3. 29 Oct, 2015 2 commits
  4. 21 Oct, 2015 1 commit
  5. 09 Jun, 2015 1 commit
  6. 08 Jun, 2015 1 commit
    • zenati's avatar
      No need to check if `repository_ref` is present · c418261b
      zenati authored
      There is no need to check if `repository_ref` is present as:
      ```
            @repository_ref = if repository_ref.present?
                                repository_ref
                              else
                                nil
                              end
      ```
      
      is as same as doing:
      
      ```
      @repository_ref = repository_ref
      ```
      c418261b
  7. 23 Mar, 2015 1 commit
  8. 25 Sep, 2014 2 commits
  9. 09 Sep, 2014 1 commit
  10. 06 Sep, 2014 2 commits
  11. 05 Sep, 2014 1 commit
  12. 27 Aug, 2014 1 commit
  13. 26 Aug, 2014 2 commits