Sha256: 87b5da0b02d13332c55483ca76d222d59e264f237c900b4d8d1c7fc7520cc8f2

Contents?: true

Size: 373 Bytes

Versions: 6

Compression:

Stored size: 373 Bytes

Contents

# frozen_string_literal: true

App::Application.configure do
  config.cache_classes = true
  config.eager_load = false
  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

6 entries across 6 versions & 1 rubygems

Version Path
autoprefixer-rails-10.0.0 spec/app/config/environments/test.rb
autoprefixer-rails-9.8.6.5 spec/app/config/environments/test.rb
autoprefixer-rails-9.8.6.4 spec/app/config/environments/test.rb
autoprefixer-rails-9.8.6.3 spec/app/config/environments/test.rb
autoprefixer-rails-9.8.6.2 spec/app/config/environments/test.rb
autoprefixer-rails-9.8.6.1 spec/app/config/environments/test.rb