Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
allgo
allgo
Commits
3a5161b8
Commit
3a5161b8
authored
Feb 27, 2017
by
BAIRE Anthony
Browse files
speed up the startup of the qualif environment
parent
03a7d207
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/environments/qualification.rb
View file @
3a5161b8
...
...
@@ -7,7 +7,7 @@ Rails.application.configure do
config
.
cache_classes
=
false
# Do not eager load code on boot.
config
.
eager_load
=
fals
e
config
.
eager_load
=
tru
e
# Show full error reports.
# config.consider_all_requests_local = true
...
...
@@ -33,8 +33,8 @@ Rails.application.configure do
# Debug mode disables concatenation and preprocessing of assets.
# This option may cause significant delays in view rendering with a large
# number of complex assets.
config
.
assets
.
debug
=
tru
e
config
.
assets
.
debug
=
fals
e
# Asset digests allow you to set far-future HTTP expiration dates on all assets,
# yet still be able to expire them through the digest params.
config
.
assets
.
digest
=
true
...
...
Write
Preview
Supports
Markdown
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