Sha256: 35b5885abb6177dadb2cce67f29b88022dd9d97771f51b9731f8c437a33d5fb4

Contents?: true

Size: 430 Bytes

Versions: 1

Compression:

Stored size: 430 Bytes

Contents

MarbleApp::Application.configure do
  config.cache_classes                          = false
  config.whiny_nils                             = true
  config.consider_all_requests_local            = true
  config.action_view.debug_rjs                  = true
  config.action_controller.perform_caching      = false
  config.active_support.deprecation             = :log
  config.action_dispatch.best_standards_support = :builtin
end

Version data entries

1 entries across 1 versions & 1 rubygems

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