-
- Downloads
web hooks scaffold started
Showing
- app/controllers/hooks_controller.rb 43 additions, 0 deletionsapp/controllers/hooks_controller.rb
- app/controllers/projects_controller.rb 1 addition, 1 deletionapp/controllers/projects_controller.rb
- app/controllers/repositories_controller.rb 1 addition, 1 deletionapp/controllers/repositories_controller.rb
- app/models/user.rb 1 addition, 0 deletionsapp/models/user.rb
- app/models/web_hook.rb 11 additions, 0 deletionsapp/models/web_hook.rb
- app/views/hooks/index.html.haml 10 additions, 0 deletionsapp/views/hooks/index.html.haml
- app/workers/post_receive.rb 2 additions, 0 deletionsapp/workers/post_receive.rb
- config/routes.rb 4 additions, 2 deletionsconfig/routes.rb
- spec/models/user_spec.rb 1 addition, 0 deletionsspec/models/user_spec.rb
- spec/models/web_hook_spec.rb 11 additions, 0 deletionsspec/models/web_hook_spec.rb
app/controllers/hooks_controller.rb
0 → 100644
app/views/hooks/index.html.haml
0 → 100644
Please register or sign in to comment