Sha256: 1bc05ed6686ad4133cf7d0ee8427080592f2f39dfc423257d616d2244a1cd1de

Contents?: true

Size: 349 Bytes

Versions: 7

Compression:

Stored size: 349 Bytes

Contents

Rails.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

7 entries across 7 versions & 1 rubygems

Version Path
partially_useful-0.2.1 test/dummy/config/environments/test.rb
partially_useful-0.2.0 test/dummy/config/environments/test.rb
partially_useful-0.1.1 test/dummy/config/environments/test.rb
partially_useful-0.1.0 test/dummy/config/environments/test.rb
partially_useful-0.0.3 test/dummy/config/environments/test.rb
partially_useful-0.0.2 test/dummy/config/environments/test.rb
partially_useful-0.0.1 test/dummy/config/environments/test.rb