gitlabhq/app
Robert Speicher 8db2a59d0b Add StaticModel role, and add it to Commit model
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, ...)
2012-09-02 13:40:07 -04:00
..
assets Sanitize glm helper 2012-09-01 23:35:04 +03:00
contexts Changed filters to readable one. Styled some stuff 2012-08-30 22:15:34 +03:00
controllers Changed filters to readable one. Styled some stuff 2012-08-30 22:15:34 +03:00
decorators Misspelled Draper 2012-08-23 17:01:30 -07:00
helpers Sanitize glm helper 2012-09-01 23:35:04 +03:00
mailers Issue_status_changed email added 2012-08-29 09:49:39 +03:00
models Add StaticModel role, and add it to Commit model 2012-09-02 13:40:07 -04:00
observers Duplicate code removed from IssueObserver#after_update 2012-08-29 10:50:35 +03:00
roles Add StaticModel role, and add it to Commit model 2012-09-02 13:40:07 -04:00
uploaders Fully embrace Ruby 1.9 hash syntax 2012-08-10 18:25:15 -04:00
views Sanitize glm helper 2012-09-01 23:35:04 +03:00
workers System Hook: implemented 2012-07-19 00:25:10 +03:00