class method
self.lazily_load_schema_cache
Ruby on Rails 7.2.3
Since v7.2.3Lazily load the schema cache. This option will load the schema cache when a connection is established rather than on boot.
Source
# File activerecord/lib/active_record.rb, line 188
singleton_class.attr_accessor :lazily_load_schema_cache
Defined in activerecord/lib/active_record.rb line 188
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord