Sha256: 80115193e571dc2da4fb1027ad7e6c035a913a29c04d27f522a4ac28ed4ec2d7

Contents?: true

Size: 458 Bytes

Versions: 1

Compression:

Stored size: 458 Bytes

Contents

MarbleApp::Application.configure do
  config.cache_classes                              = true
  config.whiny_nils                                 = true
  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

1 entries across 1 versions & 1 rubygems

Version Path
marble-0.1.0 test/rails/config/environments/test.rb