Sha256: 73fbc22f994d3ee60a0b85669704f7d17464382e671add29668ec005f07bc9fc

Contents?: true

Size: 889 Bytes

Versions: 3

Compression:

Stored size: 889 Bytes

Contents

Dummy::Application.configure do
  # Settings specified here will take precedence over those in config/application.rb

  # The production environment is meant for finished, "live" apps.
  # Code is not reloaded between requests
  config.cache_classes = true

  # Full error reports are disabled and caching is turned on
  config.consider_all_requests_local       = false
  config.action_controller.perform_caching = true

  # Specifies the header that your server uses for sending files
  config.action_dispatch.x_sendfile_header = "X-Sendfile"

  config.assets.compress = true
  config.assets.js_compressor = :uglifier

  # Don't fallback to assets pipeline if a precompiled asset is missed
  config.assets.compile = false
  config.assets.digest = true

  config.i18n.fallbacks = true

  # Send deprecation notices to registered listeners
  config.active_support.deprecation = :notify
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails_serve_static_assets-0.0.5 test/rails_app/config/environments/production.rb
rails_serve_static_assets-0.0.4 test/rails_app/config/environments/production.rb
rails_serve_static_assets-0.0.3 test/rails_app/config/environments/production.rb