02 Sep, 2012
3 commits
-
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, ...)
01 Sep, 2012
2 commits
31 Aug, 2012
2 commits
-
Issue status changed notifications
30 Aug, 2012
12 commits
-
nginx vhost standard
29 Aug, 2012
20 commits
-
Fix milestone API specs
-
Increased model spec coverage
-
Closes #1331
28 Aug, 2012
1 commit
-
FactoryGirl and spec cleanup