-
- Downloads
1.0.1
Showing
- CHANGELOG 5 additions, 0 deletionsCHANGELOG
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 4 additions, 5 deletionsGemfile.lock
- VERSION 1 addition, 1 deletionVERSION
- app/controllers/application_controller.rb 20 additions, 0 deletionsapp/controllers/application_controller.rb
- app/controllers/commits_controller.rb 4 additions, 11 deletionsapp/controllers/commits_controller.rb
- app/controllers/keys_controller.rb 0 additions, 8 deletionsapp/controllers/keys_controller.rb
- app/controllers/projects_controller.rb 64 additions, 77 deletionsapp/controllers/projects_controller.rb
- app/controllers/team_members_controller.rb 0 additions, 5 deletionsapp/controllers/team_members_controller.rb
- app/views/admin/projects/index.html.haml 1 addition, 1 deletionapp/views/admin/projects/index.html.haml
- app/views/admin/team_members/index.html.haml 1 addition, 1 deletionapp/views/admin/team_members/index.html.haml
- app/views/admin/users/index.html.haml 1 addition, 1 deletionapp/views/admin/users/index.html.haml
- app/views/commits/index.html.haml 3 additions, 1 deletionapp/views/commits/index.html.haml
- app/views/notes/_notes.html.haml 1 addition, 0 deletionsapp/views/notes/_notes.html.haml
- app/views/projects/_list.html.haml 0 additions, 3 deletionsapp/views/projects/_list.html.haml
- app/views/projects/_projects_top_menu.html.haml 2 additions, 1 deletionapp/views/projects/_projects_top_menu.html.haml
- app/views/projects/_tree.html.haml 3 additions, 3 deletionsapp/views/projects/_tree.html.haml
- app/views/projects/_tree_file.html.haml 0 additions, 1 deletionapp/views/projects/_tree_file.html.haml
- app/views/projects/_tree_item.html.haml 2 additions, 2 deletionsapp/views/projects/_tree_item.html.haml
- configure.rb 0 additions, 5 deletionsconfigure.rb
Loading
| Loading
| @@ -13,7 +13,7 @@ gem "carrierwave" |
gem 'six' | ||
gem 'therubyracer' | ||
gem 'faker' | ||
gem 'seed-fu', :branch => 'rails-3-1', :git => 'git://github.com/mbleigh/seed-fu.git' | ||
gem 'seed-fu', :git => 'git://github.com/mbleigh/seed-fu.git' | ||
gem "inifile" | ||
gem "albino", :git => "git://github.com/gitlabhq/albino.git" | ||
gem "kaminari" | ||
Loading
| Loading
|
configure.rb
deleted
100644 → 0
Please register or sign in to comment