2011-10-08 23:36:38 +02:00
|
|
|
# Load the rails application
|
|
|
|
require File.expand_path('../application', __FILE__)
|
|
|
|
|
|
|
|
# Initialize the rails application
|
|
|
|
Gitlab::Application.initialize!
|
|
|
|
|
2012-05-26 12:37:49 +02:00
|
|
|
require File.join(Rails.root, "lib", "gitlab", "git_host")
|