APIdock / Ruby on Rails
/
Browse About
method

strict_loading?

v6.1.7.7 - Show latest stable - Class: ActiveRecord::Core
strict_loading?()
public

Returns true if the record is in strict_loading mode.

# File activerecord/lib/active_record/core.rb, line 691
    def strict_loading?
      @strict_loading
    end

Related methods

  • Instance methods
  • <=>
  • ==
  • blank?
  • clone
  • connection_handler
  • dup
  • encode_with
  • eql?
  • freeze
  • frozen?
  • hash
  • init_with
  • init_with_attributes
  • initialize_dup
  • inspect
  • present?
  • pretty_print
  • readonly!
  • readonly?
  • slice
  • strict_loading!
  • strict_loading?
  • values_at
  • Class methods
  • allow_unsafe_raw_sql
  • allow_unsafe_raw_sql=
  • configurations
  • configurations=
  • connected_to_stack
  • connection_class
  • connection_class=
  • connection_class?
  • connection_classes
  • connection_handler
  • connection_handler=
  • connection_handlers
  • connection_handlers=
  • current_preventing_writes
  • current_role
  • current_shard
  • new
  • strict_loading_violation!
  • Private methods
  • privatecustom_inspect_method_defined?
  • privateinit_internals
  • privateinitialize_internals_callback
  • privateinspection_filter
  • privateto_ary
APIdock API Documentation Browser

Implement the SPACE framework the right way with Swarmia.

© 2026 APIdock