- 04 Jan, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 02 Jan, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 13 Oct, 2012 1 commit
-
-
Riyad Preukschas authored
-
- 26 Sep, 2012 1 commit
-
-
Robert Speicher authored
Commits#show (plural) is going to be for showing commit history on a specific path.
-
- 02 Sep, 2012 1 commit
-
-
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, ...)
-