mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
8db2a59d0b6959a78ea7be4663dd9a858dff9f98
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, ...)
Welcome to GitLab

GitLab is a free project and repository management application
Application details
- based on Ruby on Rails
- distributed under the MIT License
- works with gitolite
Requirements
- Ubuntu/Debian
- ruby 1.9.2+
- mysql or sqlite
- git
- gitolite
- redis
Install
Checkout wiki pages for installation information, migration, etc.
Community
Contacts
Twitter:
- @gitlabhq
- @dzaporozhets
Contribute
Development Tips Want to help - send a pull request. We'll accept good pull requests.
Languages
Ruby
75.2%
Haml
10.4%
CoffeeScript
6.1%
SCSS
4.7%
Gherkin
2.4%
Other
1.2%