Sha256: b913acc9183ed8dbd28ce39964bfba105e156431cbfc768273fb292e3d6ee81b

Contents?: true

Size: 446 Bytes

Versions: 2

Compression:

Stored size: 446 Bytes

Contents

<%= app_const %>.configure do
  config.cache_classes = true

  config.eager_load = false

  config.serve_static_assets  = true
  config.static_cache_control = 'public, max-age=3600'

  config.consider_all_requests_local       = true
  config.action_controller.perform_caching = false

  config.action_dispatch.show_exceptions = false

  config.action_controller.allow_forgery_protection = false

  config.active_support.deprecation = :stderr
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
straptible-0.1.1 lib/straptible/rails/templates/config.api/environments/test.rb.tt
straptible-0.1.0 lib/straptible/rails/templates/config.api/environments/test.rb.tt