class method
self.lazily_load_schema_cache
Ruby on Rails 8.0.4
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 189
singleton_class.attr_accessor :lazily_load_schema_cache
Defined in activerecord/lib/active_record.rb line 189
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord