OSDN Git Service

web hooks scaffold started
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Tue, 3 Jan 2012 22:42:14 +0000 (00:42 +0200)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Tue, 3 Jan 2012 22:42:14 +0000 (00:42 +0200)
commit2dae0e18e09132c0db32c8646d8d11b30cfcb83f
treeb28e2b90fae53324750e82e47898ab815c0bb82e
parent8d7aaf0e5501c472504467b9252dd5bde14a98c8
web hooks scaffold started
app/controllers/hooks_controller.rb [new file with mode: 0644]
app/controllers/projects_controller.rb
app/controllers/repositories_controller.rb
app/models/user.rb
app/models/web_hook.rb
app/views/hooks/index.html.haml [new file with mode: 0644]
app/workers/post_receive.rb
config/routes.rb
spec/models/user_spec.rb
spec/models/web_hook_spec.rb