gitlabhq/config/environment.rb
randx 7cdc5b9e04 Use similar interface to access gitolite
Simplified gitolite handle logic
Stubn over monkeypatch
Stub only specific methods in Gitlab:Gitolite
Moved grach auth to lib
added specs for keys observer
removes SshKey role
2012-08-29 00:04:06 +03:00

6 lines
150 B
Ruby

# Load the rails application
require File.expand_path('../application', __FILE__)
# Initialize the rails application
Gitlab::Application.initialize!