-
- Downloads
Refactor abilities. Added ProjectUpdate context. Fixed few bugs with namespaces
Showing
- app/contexts/project_update_context.rb 21 additions, 0 deletionsapp/contexts/project_update_context.rb
- app/controllers/admin/projects_controller.rb 2 additions, 6 deletionsapp/controllers/admin/projects_controller.rb
- app/controllers/application_controller.rb 10 additions, 3 deletionsapp/controllers/application_controller.rb
- app/controllers/dashboard_controller.rb 1 addition, 1 deletionapp/controllers/dashboard_controller.rb
- app/controllers/groups_controller.rb 6 additions, 3 deletionsapp/controllers/groups_controller.rb
- app/controllers/project_resource_controller.rb 0 additions, 2 deletionsapp/controllers/project_resource_controller.rb
- app/controllers/projects_controller.rb 2 additions, 12 deletionsapp/controllers/projects_controller.rb
- app/models/ability.rb 50 additions, 14 deletionsapp/models/ability.rb
- app/models/group.rb 3 additions, 1 deletionapp/models/group.rb
- app/models/namespace.rb 7 additions, 5 deletionsapp/models/namespace.rb
- app/models/project.rb 1 addition, 1 deletionapp/models/project.rb
- app/models/user.rb 7 additions, 0 deletionsapp/models/user.rb
- app/views/admin/projects/_form.html.haml 1 addition, 1 deletionapp/views/admin/projects/_form.html.haml
- app/views/errors/access_denied.html.haml 1 addition, 1 deletionapp/views/errors/access_denied.html.haml
- app/views/groups/show.html.haml 1 addition, 1 deletionapp/views/groups/show.html.haml
- db/fixtures/development/010_groups.rb 11 additions, 0 deletionsdb/fixtures/development/010_groups.rb
- spec/models/group_spec.rb 1 addition, 1 deletionspec/models/group_spec.rb
- spec/models/namespace_spec.rb 2 additions, 1 deletionspec/models/namespace_spec.rb
app/contexts/project_update_context.rb
0 → 100644
db/fixtures/development/010_groups.rb
0 → 100644
Please register or sign in to comment