Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
91c39fd8
Commit
91c39fd8
authored
Apr 09, 2015
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add lib/gitlab.rb to autoload non-conventional paths
parent
2cefdbb5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
config/initializers/1_settings.rb
config/initializers/1_settings.rb
+2
-0
lib/gitlab.rb
lib/gitlab.rb
+5
-0
No files found.
config/initializers/1_settings.rb
View file @
91c39fd8
require
'gitlab'
# Load lib/gitlab.rb as soon as possible
class
Settings
<
Settingslogic
source
ENV
.
fetch
(
'GITLAB_CONFIG'
)
{
"
#{
Rails
.
root
}
/config/gitlab.yml"
}
namespace
Rails
.
env
...
...
lib/gitlab.rb
0 → 100644
View file @
91c39fd8
require
'gitlab/git'
module
Gitlab
autoload
:Satellite
,
'gitlab/satellite/satellite'
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment