test/dummy/config/environments/production.rb in aranha-0.0.4 vs test/dummy/config/environments/production.rb in aranha-0.1.0
- old
+ new
@@ -1,5 +1,7 @@
+# frozen_string_literal: true
+
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.
# Code is not reloaded between requests.
config.cache_classes = true
@@ -33,10 +35,11 @@
# 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
- # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
+ # `config.assets.precompile` and `config.assets.version` have moved to
+ # config/initializers/assets.rb
# Specifies the header that your server uses for sending files.
# config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX