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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1f8c11a4
Commit
1f8c11a4
authored
Dec 16, 2017
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve config/application.rb
parent
f11fa3ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
config/application.rb
config/application.rb
+0
-3
No files found.
config/application.rb
View file @
1f8c11a4
...
...
@@ -36,7 +36,6 @@ module Gitlab
config
.
generators
.
templates
.
push
(
"
#{
config
.
root
}
/generator_templates"
)
<<<<<<<
HEAD
# EE specific paths.
ee_paths
=
config
.
eager_load_paths
.
each_with_object
([])
do
|
path
,
memo
|
ee_path
=
config
.
root
.
join
(
'ee'
,
Pathname
.
new
(
path
).
relative_path_from
(
config
.
root
))
...
...
@@ -52,8 +51,6 @@ module Gitlab
#{
config
.
root
}
/ee/app/helpers
]
)
=======
>>>>>>>
upstream
/
master
# Rake tasks ignore the eager loading settings, so we need to set the
# autoload paths explicitly
config
.
autoload_paths
=
config
.
eager_load_paths
.
dup
...
...
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