test/dummy/config/environments/test.rb in watarase-0.0.2 vs test/dummy/config/environments/test.rb in watarase-0.0.3

- old
+ new

@@ -16,10 +16,11 @@ config.serve_static_assets = true config.static_cache_control = "public, max-age=3600" # Show full error reports and disable caching. config.consider_all_requests_local = true - config.action_controller.perform_caching = false + #config.action_controller.perform_caching = false #original + config.action_controller.perform_caching = true # Raise exceptions instead of rendering exception templates. config.action_dispatch.show_exceptions = false # Disable request forgery protection in test environment.