Go to file
Robert Speicher 8cfb197dfc Remove redundant access check for Issues#destroy
We were already calling `authorize_admin_issue!` in a before filter with
the same permission checks, so this deleted check wasn't actually doing
anything.
2012-09-16 10:06:29 -04:00
app Remove redundant access check for Issues#destroy 2012-09-16 10:06:29 -04:00
config 1.9 Hash syntax in routes.rb 2012-09-16 07:38:14 -04:00
db
doc Update installation doc with branch names 2012-09-16 13:39:49 +03:00
features Fixed token feature 2012-09-14 18:58:16 +03:00
lib
log
public
script
spec Add routing specs 2012-09-16 10:06:21 -04:00
tmp
vendor
.foreman
.gitignore
.rspec
.travis.yml
CHANGELOG
Gemfile
Gemfile.lock
Guardfile A bit of test refactoring 2012-09-15 01:00:59 +03:00
LICENSE
Procfile
Procfile.production
README.md
Rakefile
VERSION
config.ru
gitlab
resque.sh
resque_dev.sh

README.md

Welcome to GitLab build status build status Code Climate

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

Google Group

Contacts

Twitter:

  • @gitlabhq
  • @dzaporozhets

Email

Contribute

Development Tips Want to help - send a pull request. We'll accept good pull requests.