An error occurred fetching the project authors.
  1. 08 Nov, 2012 1 commit
  2. 25 Oct, 2012 1 commit
  3. 02 Oct, 2012 1 commit
  4. 27 Sep, 2012 1 commit
  5. 21 Sep, 2012 1 commit
  6. 02 Sep, 2012 1 commit
    • Robert Speicher's avatar
      Add StaticModel role, and add it to Commit model · 8db2a59d
      Robert Speicher authored
      Instead of doing this:
      
          link_to(commit.id, project_commit_path(project, id: commit.id))
          Note.create(noteable_id: commit.id, noteable_type: "Commit", ...)
      
      It lets us do this:
      
          link_to(commit.id, project_commit_path(project, commit))
          Note.create(noteable: commit, ...)
      8db2a59d
  7. 10 Aug, 2012 1 commit
  8. 27 Jul, 2012 1 commit
  9. 20 Jul, 2012 1 commit
  10. 28 Jun, 2012 1 commit
  11. 26 May, 2012 1 commit
  12. 21 May, 2012 1 commit
  13. 16 May, 2012 1 commit
  14. 19 Apr, 2012 1 commit
  15. 15 Apr, 2012 1 commit
  16. 14 Apr, 2012 1 commit
  17. 11 Apr, 2012 1 commit
  18. 09 Mar, 2012 1 commit
  19. 29 Feb, 2012 1 commit
  20. 18 Feb, 2012 1 commit
  21. 29 Jan, 2012 1 commit
  22. 28 Jan, 2012 2 commits
  23. 11 Jan, 2012 1 commit
  24. 04 Jan, 2012 1 commit
  25. 30 Dec, 2011 1 commit
  26. 29 Nov, 2011 1 commit
  27. 28 Nov, 2011 1 commit
    • Saito's avatar
      fix the issue on github #157. · 46cbe541
      Saito authored
      directly force_encoding is wrong,
      must detect the file string's encoding.
      then force_encoding the string to it's encoding.
      last convert it to utf-8.
      46cbe541
  28. 27 Nov, 2011 1 commit
  29. 20 Nov, 2011 1 commit