v1.0
Showing
.rails_footnotes
0 → 100644
.rspec
0 → 100644
.rvmrc
0 → 100644
CHANGELOG
0 → 100644
Gemfile
0 → 100644
source 'http://rubygems.org' | ||
gem 'rails', '3.1.0' | ||
gem 'sqlite3' | ||
gem 'devise', "1.4.7" | ||
gem 'stamp' | ||
gem 'will_paginate', '~> 3.0' | ||
gem 'haml-rails' | ||
gem 'jquery-rails' | ||
gem 'grit', :git => 'git://github.com/gitlabhq/grit.git' | ||
gem "carrierwave" | ||
gem 'six' | ||
gem 'therubyracer' | ||
gem 'faker' | ||
gem 'seed-fu', :branch => 'rails-3-1', :git => 'git://github.com/mbleigh/seed-fu.git' | ||
gem "inifile" | ||
gem "albino", :git => "git://github.com/gitlabhq/albino.git" | ||
gem "kaminari" | ||
gem "thin" | ||
gem "git" | ||
group :assets do | ||
gem 'sass-rails', " ~> 3.1.0" | ||
gem 'coffee-rails', "~> 3.1.0" | ||
gem 'uglifier' | ||
end | ||
group :development do | ||
gem 'rails-footnotes', '>= 3.7.5.rc4' | ||
gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git' | ||
end | ||
group :development, :test do | ||
gem 'rspec-rails' | ||
gem 'shoulda' | ||
gem 'capybara' | ||
gem 'autotest' | ||
gem 'autotest-rails' | ||
gem 'ruby-debug19', :require => 'ruby-debug' | ||
gem 'awesome_print' | ||
gem 'database_cleaner' | ||
gem 'launchy' | ||
end | ||
group :test do | ||
gem 'turn', :require => false | ||
gem 'simplecov', :require => false | ||
end |
Gemfile.lock
0 → 100644
LICENSE
0 → 100644
README.rdoc
0 → 100644
Rakefile
0 → 100644
VERSION
0 → 100644
app/assets/images/.directory
0 → 100644
6.66 KB
4.44 KB
4.4 KB
4.41 KB
4.42 KB
app/assets/images/dir.png
0 → 100644
485 Bytes
1.12 KB
338 Bytes
app/assets/images/git.png
0 → 100644
21.1 KB
180 Bytes
178 Bytes
120 Bytes
105 Bytes
111 Bytes
110 Bytes
119 Bytes
101 Bytes
4.27 KB
5.23 KB
4.27 KB
4.27 KB
4.27 KB
357 Bytes
1.3 KB
app/assets/images/rails.png
0 → 100644
6.49 KB
app/assets/images/txt.png
0 → 100644
290 Bytes
This source diff could not be displayed because it is too large. You can view the blob instead.
app/helpers/issues_helper.rb
0 → 100644
app/helpers/keys_helper.rb
0 → 100644
app/mailers/.gitkeep
0 → 100644
app/mailers/notify.rb
0 → 100644
app/models/.gitkeep
0 → 100644
app/models/ability.rb
0 → 100644
app/models/issue.rb
0 → 100644
app/models/key.rb
0 → 100644
app/models/note.rb
0 → 100644
app/models/project.rb
0 → 100644
app/models/user.rb
0 → 100644
app/models/users_project.rb
0 → 100644
app/views/issues/new.js.haml
0 → 100644
app/views/keys/new.html.haml
0 → 100644
app/views/keys/new.js.haml
0 → 100644
config.ru
0 → 100644
config/application.rb
0 → 100644
config/boot.rb
0 → 100644
config/database.yml
0 → 100644
config/environment.rb
0 → 100644
config/environments/test.rb
0 → 100644
config/gitosis.yml
0 → 100644
config/locales/devise.en.yml
0 → 100644
config/locales/en.yml
0 → 100644
config/routes.rb
0 → 100644
configure.rb
0 → 100644
db/fixtures/test/001_repo.rb
0 → 100644
db/pkey.example
0 → 100644
db/schema.rb
0 → 100644
db/seeds.rb
0 → 100644
doc/README_FOR_APP
0 → 100644
install/prepare.rb
0 → 100644
lib/assets/.gitkeep
0 → 100644
lib/file_size_validator.rb
0 → 100644
lib/gitosis.rb
0 → 100644
lib/tasks/.gitkeep
0 → 100644
lib/utils.rb
0 → 100644
log/.gitkeep
0 → 100644
public/404.html
0 → 100644
public/422.html
0 → 100644
public/500.html
0 → 100644
public/favicon.ico
0 → 100644
public/gitosis_error.html
0 → 100644
public/index.html.example
0 → 100644
public/robots.txt
0 → 100644
script/rails
0 → 100755
spec/factories.rb
0 → 100644
spec/factory.rb
0 → 100644
spec/models/issue_spec.rb
0 → 100644
spec/models/key_spec.rb
0 → 100644
spec/models/note_spec.rb
0 → 100644
spec/models/project_spec.rb
0 → 100644
spec/models/user_spec.rb
0 → 100644
spec/monkeypatch.rb
0 → 100644
spec/requests/issues_spec.rb
0 → 100644
spec/requests/keys_spec.rb
0 → 100644
spec/seed_project.tar.gz
0 → 100644
File added
spec/spec_helper.rb
0 → 100644
spec/support/js_patch.rb
0 → 100644
spec/support/login.rb
0 → 100644
spec/support/matchers.rb
0 → 100644
spec/support/security.rb
0 → 100644
spec/support/valid_commit.rb
0 → 100644
655 Bytes
455 Bytes
537 Bytes
777 Bytes
641 Bytes
45.8 KB
691 Bytes
741 Bytes
749 Bytes
591 Bytes
45.9 KB
663 Bytes
195 Bytes
vendor/plugins/.gitkeep
0 → 100644