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.
1 parent c87689d commit 51e2b14Copy full SHA for 51e2b14
README.md
@@ -415,7 +415,7 @@ tests will set the following configuration parameters:
415
416
```bash
417
ActionController::Base.perform_caching = true
418
-ActiveSupport::Dependencies.mechanism = :require
+ActiveSupport::Dependencies.mechanism = :require if ActiveSupport::Dependencies.respond_to?(:mechanism=)
419
Rails.logger.level = ActiveSupport::Logger::INFO
420
```
421
lib/rails/performance_test_help.rb
@@ -1,3 +1,3 @@
1
2
3
0 commit comments