Sha256: 17a16dd004f028a99848d312f36a7d8027e648e5da5edccbe02f8292dc80c82b

Contents?: true

Size: 235 Bytes

Versions: 4

Compression:

Stored size: 235 Bytes

Contents

Smurf::Application.configure do
  config.active_support.deprecation = :stderr
  config.cache_classes = true
  config.whiny_nils = true

  config.action_controller.perform_caching             = true # THIS IS IMPORTANT FOR THE TESTS
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
smurf-1.0.8 test/rails/config/environments/test.rb
smurf-1.0.7 test/rails/config/environments/test.rb
smurf-1.0.6 test/rails/config/environments/test.rb
smurf-1.0.5 test/rails/config/environments/test.rb