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