init commit
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' | ||
gem "carrierwave" | ||
gem 'six' | ||
gem 'therubyracer' | ||
gem 'faker' | ||
gem 'seed-fu', :branch => 'rails-3-1', :git => 'git://github.com/mbleigh/seed-fu.git' | ||
gem "lockfile" | ||
gem "inifile" | ||
gem "net-ssh" | ||
gem "albino", :git => "git://github.com/randx/albino.git" | ||
gem "kaminari" | ||
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
app/assets/images/ajax-loader.gif
0 → 100644
6.66 KB
app/assets/images/blueprint_add.png
0 → 100644
4.44 KB
app/assets/images/blueprint_delete.png
0 → 100644
4.4 KB
app/assets/images/blueprint_info.png
0 → 100644
4.41 KB
app/assets/images/blueprint_notice.png
0 → 100644
4.42 KB
app/assets/images/dir.png
0 → 100644
485 Bytes
app/assets/images/favicon.ico
0 → 100644
File added
app/assets/images/favicon.png
0 → 100644
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
app/assets/images/no_avatar.png
0 → 100644
1.3 KB
app/assets/images/rails.png
0 → 100644
6.49 KB
app/assets/images/txt.png
0 → 100644
290 Bytes
app/assets/javascripts/application.js
0 → 100644
app/assets/javascripts/commits.js
0 → 100644
app/assets/javascripts/dashboard.js.coffee
0 → 100644
app/assets/javascripts/issues.js.coffee
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
app/assets/javascripts/profile.js.coffee
0 → 100644
app/assets/javascripts/projects.js
0 → 100644
app/assets/stylesheets/application.css
0 → 100644
app/assets/stylesheets/dashboard.css.scss
0 → 100644
app/assets/stylesheets/highlight.css.scss
0 → 100644
app/assets/stylesheets/issues.css.scss
0 → 100644
app/assets/stylesheets/profile.css.scss
0 → 100644
app/assets/stylesheets/projects.css.scss
0 → 100644
app/controllers/admin/mailer_controller.rb
0 → 100644
app/controllers/admin/projects_controller.rb
0 → 100644
app/controllers/admin/users_controller.rb
0 → 100644
app/controllers/application_controller.rb
0 → 100644
app/controllers/commits_controller.rb
0 → 100644
app/controllers/dashboard_controller.rb
0 → 100644
app/controllers/issues_controller.rb
0 → 100644
app/controllers/keys_controller.rb
0 → 100644
app/controllers/notes_controller.rb
0 → 100644
app/controllers/profile_controller.rb
0 → 100644
app/controllers/projects_controller.rb
0 → 100644
app/controllers/team_members_controller.rb
0 → 100644
app/helpers/admin/projects_helper.rb
0 → 100644
app/helpers/admin/users_helper.rb
0 → 100644
app/helpers/application_helper.rb
0 → 100644
app/helpers/commits_helper.rb
0 → 100644
app/helpers/dashboard_helper.rb
0 → 100644
app/helpers/issues_helper.rb
0 → 100644
app/helpers/keys_helper.rb
0 → 100644
app/helpers/profile_helper.rb
0 → 100644
app/helpers/projects_helper.rb
0 → 100644
app/helpers/team_members_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/uploaders/attachment_uploader.rb
0 → 100644
app/views/admin/_top_menu.html.haml
0 → 100644
app/views/admin/mailer/preview.html.haml
0 → 100644
app/views/admin/projects/_form.html.haml
0 → 100644
app/views/admin/projects/edit.html.haml
0 → 100644
app/views/admin/projects/index.html.haml
0 → 100644
app/views/admin/projects/new.html.haml
0 → 100644
app/views/admin/projects/show.html.haml
0 → 100644
app/views/admin/team_members/_form.html.haml
0 → 100644
app/views/admin/team_members/edit.html.haml
0 → 100644
app/views/admin/team_members/index.html.haml
0 → 100644
app/views/admin/team_members/new.html.haml
0 → 100644
app/views/admin/team_members/show.html.haml
0 → 100644
app/views/admin/users/_form.html.haml
0 → 100644
app/views/admin/users/edit.html.haml
0 → 100644
app/views/admin/users/index.html.haml
0 → 100644
app/views/admin/users/new.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/admin/users/show.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/commits/_commits.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/commits/_diff.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/commits/_index.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/commits/index.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/commits/index.js.erb
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/commits/show.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/commits/show.js.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/dashboard/index.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/devise/confirmations/new.html.erb
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
app/views/devise/passwords/edit.html.erb
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/devise/passwords/new.html.erb
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/devise/registrations/edit.html.erb
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/devise/registrations/new.html.erb
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/devise/sessions/new.html.erb
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/devise/shared/_links.erb
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/devise/unlocks/new.html.erb
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/issues/_form.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/issues/_issues.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/issues/_show.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/issues/create.js.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/issues/edit.js.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/issues/index.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/issues/index.js.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/issues/new.js.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/issues/show.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/issues/update.js.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/keys/_form.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/keys/_show.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/keys/create.js.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/keys/edit.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/keys/index.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/keys/new.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/keys/new.js.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/layouts/_flash.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/layouts/_head_panel.html.erb
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/layouts/application.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/layouts/notify.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/notes/_form.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/notes/_notes.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/notes/_show.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/notes/create.js.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/notify/new_issue_email.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/notify/new_user_email.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/notify/note_commit_email.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/notify/note_issue_email.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/notify/note_wall_email.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/profile/_top_menu.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/profile/index.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/profile/password.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/profile/show.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/projects/_form.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/projects/_side_panel.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/projects/_team.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/projects/_top_menu.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/projects/_tree.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/projects/_tree_file.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/projects/_tree_item.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/projects/create.js.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/projects/edit.html.erb
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/projects/empty.html.erb
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/projects/index.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/projects/new.html.erb
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/projects/show.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/projects/team.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/projects/tree.html.erb
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/projects/tree.js.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/projects/update.js.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/projects/wall.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/team_members/_form.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/team_members/_show.html.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/team_members/create.js.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/team_members/new.js.haml
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/team_members/update.js.haml
0 → 100644
This diff is collapsed.
Click to expand it.
config.ru
0 → 100644
This diff is collapsed.
Click to expand it.
config/application.rb
0 → 100644
This diff is collapsed.
Click to expand it.
config/boot.rb
0 → 100644
This diff is collapsed.
Click to expand it.
config/database.yml
0 → 100644
This diff is collapsed.
Click to expand it.
config/environment.rb
0 → 100644
This diff is collapsed.
Click to expand it.
config/environments/development.rb
0 → 100644
This diff is collapsed.
Click to expand it.
config/environments/production.rb
0 → 100644
This diff is collapsed.
Click to expand it.
config/environments/test.rb
0 → 100644
This diff is collapsed.
Click to expand it.
config/gitosis.yml
0 → 100644
This diff is collapsed.
Click to expand it.
config/initializers/backtrace_silencers.rb
0 → 100644
This diff is collapsed.
Click to expand it.
config/initializers/devise.rb
0 → 100644
This diff is collapsed.
Click to expand it.
config/initializers/inflections.rb
0 → 100644
This diff is collapsed.
Click to expand it.
config/initializers/load_config.rb
0 → 100644
This diff is collapsed.
Click to expand it.
config/initializers/mime_types.rb
0 → 100644
This diff is collapsed.
Click to expand it.
config/initializers/rails_footnotes.rb
0 → 100644
This diff is collapsed.
Click to expand it.
config/initializers/secret_token.rb
0 → 100644
This diff is collapsed.
Click to expand it.
config/initializers/session_store.rb
0 → 100644
This diff is collapsed.
Click to expand it.
config/initializers/wrap_parameters.rb
0 → 100644
This diff is collapsed.
Click to expand it.
config/locales/devise.en.yml
0 → 100644
This diff is collapsed.
Click to expand it.
config/locales/en.yml
0 → 100644
This diff is collapsed.
Click to expand it.
config/routes.rb
0 → 100644
This diff is collapsed.
Click to expand it.
configure.rb
0 → 100644
This diff is collapsed.
Click to expand it.
db/fixtures/development/001_admin.rb
0 → 100644
This diff is collapsed.
Click to expand it.
db/fixtures/production/001_admin.rb
0 → 100644
This diff is collapsed.
Click to expand it.
db/fixtures/test/001_repo.rb
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
db/migrate/20110913204141_create_projects.rb
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
db/migrate/20110915213352_create_keys.rb
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
db/migrate/20110921192501_create_issues.rb
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
db/migrate/20110926082616_remove_admin.rb
0 → 100644
This diff is collapsed.
Click to expand it.
db/migrate/20110927130352_create_notes.rb
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
db/pkey.example
0 → 100644
This diff is collapsed.
Click to expand it.
db/schema.rb
0 → 100644
This diff is collapsed.
Click to expand it.
db/seeds.rb
0 → 100644
This diff is collapsed.
Click to expand it.
doc/README_FOR_APP
0 → 100644
This diff is collapsed.
Click to expand it.
install/prepare.rb
0 → 100644
This diff is collapsed.
Click to expand it.
lib/assets/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
lib/file_size_validator.rb
0 → 100644
This diff is collapsed.
Click to expand it.
lib/gitosis.rb
0 → 100644
This diff is collapsed.
Click to expand it.
lib/tasks/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
lib/utils.rb
0 → 100644
This diff is collapsed.
Click to expand it.
log/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
public/404.html
0 → 100644
This diff is collapsed.
Click to expand it.
public/422.html
0 → 100644
This diff is collapsed.
Click to expand it.
public/500.html
0 → 100644
This diff is collapsed.
Click to expand it.
public/favicon.ico
0 → 100644
This diff is collapsed.
Click to expand it.
public/index.html.example
0 → 100644
This diff is collapsed.
Click to expand it.
public/robots.txt
0 → 100644
This diff is collapsed.
Click to expand it.
script/rails
0 → 100755
This diff is collapsed.
Click to expand it.
spec/factories.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/factory.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/models/issue_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/models/key_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/models/note_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/models/project_security_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/models/project_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/models/user_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/models/users_project_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/monkeypatch.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/requests/admin/admin_projects_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/requests/admin/admin_users_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/requests/admin/security_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/requests/commits_notes_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/requests/commits_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/requests/issues_notes_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/requests/issues_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/requests/keys_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/requests/profile_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/requests/projects_security_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/requests/projects_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/requests/projects_tree_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/requests/projects_wall_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/requests/team_members_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/requests/top_panel_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/requests/user_security_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/seed_project.tar.gz
0 → 100644
This diff is collapsed.
Click to expand it.
spec/spec_helper.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/support/js_patch.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/support/login.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/support/matchers.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/support/security.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/support/shared_examples.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/support/valid_commit.rb
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/assets/stylesheets/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/assets/stylesheets/blueprint/ie.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/plugins/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.