Uninitialized constant Gitlab::Git
Created by: joeandaverde
When sidekiq is trying to run the post_receive worker an error is thrown in app/models/repository.rb
https://github.com/gitlabhq/gitlabhq/blob/master/app/models/repository.rb#L5
2013-05-14T23:48:32Z 5890 TID-n7910 WARN: uninitialized constant Gitlab::Git
2013-05-14T23:48:32Z 5890 TID-n7910 WARN: /home/git/gitlab/app/models/repository.rb:6:in `rescue in initialize'
/home/git/gitlab/app/models/repository.rb:5:in `initialize'
/home/git/gitlab/app/models/project.rb:147:in `new'
/home/git/gitlab/app/models/project.rb:147:in `repository'
/home/git/gitlab/app/services/git_push_service.rb:75:in `post_receive_data'
/home/git/gitlab/app/services/git_push_service.rb:20:in `execute'
/home/git/gitlab/app/workers/post_receive.rb:45:in `perform'
/home/git/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.9.0/lib/sidekiq/processor.rb:49:in `block (3 levels) in process'
This seems to prevent the web hooks from being invoked.