8db2a59d0b
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, ...) |
||
---|---|---|
app | ||
config | ||
db | ||
doc | ||
features | ||
lib | ||
log | ||
public | ||
script | ||
spec | ||
vendor | ||
.foreman | ||
.gitignore | ||
.rspec | ||
.travis.yml | ||
CHANGELOG | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
gitlab | ||
LICENSE | ||
Procfile | ||
Procfile.production | ||
Rakefile | ||
README.md | ||
resque.sh | ||
resque_dev.sh | ||
VERSION |
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.