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