We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 350ef7e + f75f841 commit 3f854d3Copy full SHA for 3f854d3
railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt
@@ -8,7 +8,7 @@ require "active_support/core_ext/integer/time"
8
Rails.application.configure do
9
# Settings specified here will take precedence over those in config/application.rb.
10
11
- # Turn true under Spring and add config.action_view.cache_template_loading = true.
+ # Code is not reloaded while tests run.
12
config.enable_reloading = false
13
14
# Eager loading loads your entire application. When running a single test locally,
0 commit comments