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
3cc55fe4
Commit
3cc55fe4
authored
Mar 02, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:gitlabhq/gitlabhq
parents
3087be1b
7faae7c1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/finders/issuable_finder.rb
app/finders/issuable_finder.rb
+1
-1
config/environments/production.rb
config/environments/production.rb
+3
-3
No files found.
app/finders/issuable_finder.rb
View file @
3cc55fe4
...
...
@@ -44,7 +44,7 @@ class IssuableFinder
table_name
=
klass
.
table_name
if
project
if
project
.
public?
||
(
current_user
&&
current_user
.
can?
(
:read_project
,
project
)
)
if
Ability
.
abilities
.
allowed?
(
current_user
,
:read_project
,
project
)
project
.
send
(
table_name
)
else
[]
...
...
config/environments/production.rb
View file @
3cc55fe4
...
...
@@ -11,8 +11,9 @@ Gitlab::Application.configure do
# Disable Rails's static asset server (Apache or nginx will already do this)
config
.
serve_static_assets
=
false
# Compress JavaScripts and CSS
config
.
assets
.
compress
=
true
# Compress JavaScripts and CSS.
config
.
assets
.
js_compressor
=
:uglifier
# config.assets.css_compressor = :sass
# Don't fallback to assets pipeline if a precompiled asset is missed
config
.
assets
.
compile
=
true
...
...
@@ -74,7 +75,6 @@ Gitlab::Application.configure do
config
.
action_mailer
.
raise_delivery_errors
=
true
config
.
eager_load
=
true
config
.
assets
.
js_compressor
=
:uglifier
config
.
allow_concurrency
=
false
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