-
- Downloads
Snippets: public/internal/private
Showing
- app/controllers/projects/snippets_controller.rb 5 additions, 2 deletionsapp/controllers/projects/snippets_controller.rb
- app/controllers/snippets_controller.rb 22 additions, 20 deletionsapp/controllers/snippets_controller.rb
- app/finders/snippets_finder.rb 61 additions, 0 deletionsapp/finders/snippets_finder.rb
- app/helpers/visibility_level_helper.rb 17 additions, 0 deletionsapp/helpers/visibility_level_helper.rb
- app/models/project_team.rb 4 additions, 0 deletionsapp/models/project_team.rb
- app/models/snippet.rb 12 additions, 4 deletionsapp/models/snippet.rb
- app/views/shared/snippets/_form.html.haml 2 additions, 16 deletionsapp/views/shared/snippets/_form.html.haml
- app/views/shared/snippets/_visibility_level.html.haml 27 additions, 0 deletionsapp/views/shared/snippets/_visibility_level.html.haml
- app/views/snippets/current_user_index.html.haml 5 additions, 0 deletionsapp/views/snippets/current_user_index.html.haml
- app/views/snippets/index.html.haml 6 additions, 4 deletionsapp/views/snippets/index.html.haml
- app/views/snippets/user_index.html.haml 3 additions, 2 deletionsapp/views/snippets/user_index.html.haml
- db/migrate/20141007100818_add_visibility_level_to_snippet.rb 21 additions, 0 deletionsdb/migrate/20141007100818_add_visibility_level_to_snippet.rb
- db/schema.rb 4 additions, 3 deletionsdb/schema.rb
- features/snippets/discover.feature 2 additions, 0 deletionsfeatures/snippets/discover.feature
- features/snippets/user.feature 12 additions, 1 deletionfeatures/snippets/user.feature
- features/steps/shared/snippet.rb 13 additions, 3 deletionsfeatures/steps/shared/snippet.rb
- features/steps/snippets/discover.rb 4 additions, 0 deletionsfeatures/steps/snippets/discover.rb
- features/steps/snippets/user.rb 14 additions, 0 deletionsfeatures/steps/snippets/user.rb
- spec/finders/snippets_finder_spec.rb 94 additions, 0 deletionsspec/finders/snippets_finder_spec.rb
- spec/models/project_team_spec.rb 4 additions, 0 deletionsspec/models/project_team_spec.rb
app/finders/snippets_finder.rb
0 → 100644
spec/finders/snippets_finder_spec.rb
0 → 100644
Please register or sign in to comment